pub struct ResponseBuf(/* private fields */);Expand description
A byte buffer that can hold any Response.
Implementations§
Trait Implementations§
Source§impl Debug for ResponseBuf
impl Debug for ResponseBuf
Source§impl Default for ResponseBuf
impl Default for ResponseBuf
Source§fn default() -> ResponseBuf
fn default() -> ResponseBuf
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ResponseBuf
impl RefUnwindSafe for ResponseBuf
impl Send for ResponseBuf
impl Sync for ResponseBuf
impl Unpin for ResponseBuf
impl UnwindSafe for ResponseBuf
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