pub struct DebugWriter;
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DebugWriter
impl RefUnwindSafe for DebugWriter
impl Send for DebugWriter
impl Sync for DebugWriter
impl Unpin for DebugWriter
impl UnwindSafe for DebugWriter
Blanket Implementations§
Source§impl<T> Background for T
impl<T> Background for T
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