pub struct FullBody { /* private fields */ }Expand description
A full (in-memory) body.
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for FullBody
impl RefUnwindSafe for FullBody
impl Send for FullBody
impl Sync for FullBody
impl Unpin for FullBody
impl UnsafeUnpin for FullBody
impl UnwindSafe for FullBody
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