pub struct BodyLength { /* private fields */ }Expand description
BodyLength header/settings Represents the number of bytes in the body of respose/request
Implementations§
Source§impl BodyLength
impl BodyLength
Trait Implementations§
Source§impl BaseSettings for BodyLength
impl BaseSettings for BodyLength
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