pub struct HyperBody { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Body for HyperBody
impl Body for HyperBody
Auto Trait Implementations§
impl !RefUnwindSafe for HyperBody
impl !UnwindSafe for HyperBody
impl Freeze for HyperBody
impl Send for HyperBody
impl Sync for HyperBody
impl Unpin for HyperBody
impl UnsafeUnpin for HyperBody
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