pub struct NullWriter;Expand description
Null writer.
Helper which acts as dev/null, any writes disappear in the void.
Trait Implementations§
Source§impl Write for NullWriter
impl Write for NullWriter
impl IWrite for NullWriter
Auto Trait Implementations§
impl Freeze for NullWriter
impl RefUnwindSafe for NullWriter
impl Send for NullWriter
impl Sync for NullWriter
impl Unpin for NullWriter
impl UnwindSafe for NullWriter
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