pub struct StdoutPrinter { /* private fields */ }Available on crate feature
terminal only.Expand description
A Printer writing plain text or JSON to stdout.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for StdoutPrinter
impl RefUnwindSafe for StdoutPrinter
impl Send for StdoutPrinter
impl Sync for StdoutPrinter
impl Unpin for StdoutPrinter
impl UnsafeUnpin for StdoutPrinter
impl UnwindSafe for StdoutPrinter
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