pub struct WriteOutput<'a> { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl<'a> Debug for WriteOutput<'a>
impl<'a> Debug for WriteOutput<'a>
Source§impl Display for WriteOutput<'_>
impl Display for WriteOutput<'_>
Auto Trait Implementations§
impl<'a> Freeze for WriteOutput<'a>
impl<'a> RefUnwindSafe for WriteOutput<'a>
impl<'a> !Send for WriteOutput<'a>
impl<'a> !Sync for WriteOutput<'a>
impl<'a> Unpin for WriteOutput<'a>
impl<'a> UnwindSafe for WriteOutput<'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