pub struct ConsoleOutput;Expand description
Console output formatter.
Implementations§
Source§impl ConsoleOutput
impl ConsoleOutput
Trait Implementations§
Source§impl Default for ConsoleOutput
impl Default for ConsoleOutput
Source§impl OutputFormat for ConsoleOutput
impl OutputFormat 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