pub struct Bufferer;
Expand description
The bufferer that uses hyper::body::to_bytes
implementation.
Trait Implementations§
impl Copy for Bufferer
impl Eq for Bufferer
impl StructuralPartialEq for Bufferer
Auto Trait Implementations§
impl Freeze for Bufferer
impl RefUnwindSafe for Bufferer
impl Send for Bufferer
impl Sync for Bufferer
impl Unpin for Bufferer
impl UnwindSafe for Bufferer
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