pub struct ConsoleOutput;
Implementations§
Source§impl ConsoleOutput
impl ConsoleOutput
Trait Implementations§
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