pub struct StdPrinter;
Expand description
The default printer implementation which prints to stdout.
Trait Implementations§
Source§impl Clone for StdPrinter
impl Clone for StdPrinter
Source§fn clone(&self) -> StdPrinter
fn clone(&self) -> StdPrinter
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for StdPrinter
impl Debug for StdPrinter
Source§impl PartialEq for StdPrinter
impl PartialEq for StdPrinter
Source§impl Printer for StdPrinter
impl Printer for StdPrinter
impl Copy for StdPrinter
impl Eq for StdPrinter
impl StructuralPartialEq for StdPrinter
Auto Trait Implementations§
impl Freeze for StdPrinter
impl RefUnwindSafe for StdPrinter
impl Send for StdPrinter
impl Sync for StdPrinter
impl Unpin for StdPrinter
impl UnwindSafe for StdPrinter
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