pub struct ConsoleOutput { /* private fields */ }Expand description
Console log output that writes to stderr.
Implementations§
Trait Implementations§
Source§impl Debug for ConsoleOutput
impl Debug for ConsoleOutput
Source§impl Default for ConsoleOutput
impl Default for ConsoleOutput
Auto Trait Implementations§
impl Freeze for ConsoleOutput
impl RefUnwindSafe for ConsoleOutput
impl Send for ConsoleOutput
impl Sync for ConsoleOutput
impl Unpin for ConsoleOutput
impl UnwindSafe for ConsoleOutput
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