pub enum BodySize {
None,
Empty,
Sized(u64),
Stream,
}
Expand description
Body size hint
Variants§
Implementations§
Trait Implementations§
impl Copy for BodySize
impl Eq for BodySize
impl StructuralPartialEq for BodySize
Auto Trait Implementations§
impl Freeze for BodySize
impl RefUnwindSafe for BodySize
impl Send for BodySize
impl Sync for BodySize
impl Unpin for BodySize
impl UnwindSafe for BodySize
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