pub struct NullConsole;Trait Implementations§
Source§impl Read for NullConsole
impl Read for NullConsole
Source§impl Statistics for NullConsole
impl Statistics for NullConsole
Source§fn chars_written(&self) -> usize
fn chars_written(&self) -> usize
Return the number of character written.
Source§fn chars_read(&self) -> usize
fn chars_read(&self) -> usize
Return the number of characters read.
Source§impl Write for NullConsole
impl Write for NullConsole
impl All for NullConsole
Auto Trait Implementations§
impl Freeze for NullConsole
impl RefUnwindSafe for NullConsole
impl Send for NullConsole
impl Sync for NullConsole
impl Unpin for NullConsole
impl UnwindSafe for NullConsole
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