pub struct NoopConsoleHost;Expand description
A console host that does nothing for all consoles which can run on a secondary thread.
Trait Implementations§
Source§impl ConsoleHost for NoopConsoleHost
impl ConsoleHost for NoopConsoleHost
Auto Trait Implementations§
impl Freeze for NoopConsoleHost
impl RefUnwindSafe for NoopConsoleHost
impl Send for NoopConsoleHost
impl Sync for NoopConsoleHost
impl Unpin for NoopConsoleHost
impl UnsafeUnpin for NoopConsoleHost
impl UnwindSafe for NoopConsoleHost
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