pub struct DebugWrite { /* private fields */ }
Expand description
A wrapper around a writer that implements Debug
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for DebugWrite
impl RefUnwindSafe for DebugWrite
impl Send for DebugWrite
impl Sync for DebugWrite
impl Unpin for DebugWrite
impl UnwindSafe for DebugWrite
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