pub struct Writer<'buf> { /* private fields */ }Expand description
The buffer writer.
In this implementation it is not required to be used directly,
use the Encode trait instead.
Auto Trait Implementations§
impl<'buf> Freeze for Writer<'buf>
impl<'buf> RefUnwindSafe for Writer<'buf>
impl<'buf> Send for Writer<'buf>
impl<'buf> Sync for Writer<'buf>
impl<'buf> Unpin for Writer<'buf>
impl<'buf> !UnwindSafe for Writer<'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