pub struct NoConsole { /* private fields */ }
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NoConsole
impl RefUnwindSafe for NoConsole
impl Send for NoConsole
impl Sync for NoConsole
impl Unpin for NoConsole
impl UnwindSafe for NoConsole
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