pub struct EnvConsole { /* private fields */ }
Expand description
Implementation of Console printing messages to the standard output and standard error
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for EnvConsole
impl RefUnwindSafe for EnvConsole
impl Send for EnvConsole
impl Sync for EnvConsole
impl Unpin for EnvConsole
impl UnwindSafe for EnvConsole
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