pub struct VecWriter { /* private fields */ }
Available on crate feature
alloc
only.Expand description
Simple writer that writes into a Vec<u8>
.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for VecWriter
impl RefUnwindSafe for VecWriter
impl Send for VecWriter
impl Sync for VecWriter
impl Unpin for VecWriter
impl UnwindSafe for VecWriter
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