Struct hyper_imp::ffi::hyper_body
source · pub struct hyper_body(/* private fields */);Expand description
A streaming HTTP body.
Auto Trait Implementations§
impl !RefUnwindSafe for hyper_body
impl Send for hyper_body
impl Sync for hyper_body
impl Unpin for hyper_body
impl !UnwindSafe for hyper_body
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