pub struct Writer<'b> { /* private fields */ }
Implementations§
Auto Trait Implementations§
impl<'b> Freeze for Writer<'b>
impl<'b> RefUnwindSafe for Writer<'b>
impl<'b> Send for Writer<'b>
impl<'b> Sync for Writer<'b>
impl<'b> Unpin for Writer<'b>
impl<'b> !UnwindSafe for Writer<'b>
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