Enum hyper::proto::BodyLength
source · pub(crate) enum BodyLength {
Known(u64),
Unknown,
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for BodyLength
impl RefUnwindSafe for BodyLength
impl Send for BodyLength
impl Sync for BodyLength
impl Unpin for BodyLength
impl UnwindSafe for BodyLength
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more