pub struct BufferedBody(pub Vec<u8>);Expand description
An associated type indicating the body is buffered within the record.
Tuple Fields§
§0: Vec<u8>Trait Implementations§
Source§impl Clone for BufferedBody
impl Clone for BufferedBody
Source§fn clone(&self) -> BufferedBody
fn clone(&self) -> BufferedBody
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for BufferedBody
impl Debug for BufferedBody
Source§impl PartialEq for BufferedBody
impl PartialEq for BufferedBody
impl StructuralPartialEq for BufferedBody
Auto Trait Implementations§
impl Freeze for BufferedBody
impl RefUnwindSafe for BufferedBody
impl Send for BufferedBody
impl Sync for BufferedBody
impl Unpin for BufferedBody
impl UnwindSafe for BufferedBody
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