pub struct WriteTo<'a> { /* private fields */ }
Expand description
A struct representing a writer that appends formatted data to a byte buffer.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for WriteTo<'a>
impl<'a> RefUnwindSafe for WriteTo<'a>
impl<'a> Send for WriteTo<'a>
impl<'a> Sync for WriteTo<'a>
impl<'a> Unpin for WriteTo<'a>
impl<'a> !UnwindSafe for WriteTo<'a>
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