pub struct hyper_buf(/* private fields */);
Available on crate feature
ffi
and hyper_unstable_ffi
only.Expand description
A buffer of bytes that is sent or received on a hyper_body
.
Auto Trait Implementations§
impl RefUnwindSafe for hyper_buf
impl Send for hyper_buf
impl Sync for hyper_buf
impl Unpin for hyper_buf
impl UnwindSafe for hyper_buf
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