pub struct DisplayPrinter;Expand description
Prints values using Display formatting.
Trait Implementations§
Source§impl<Value> Accepts<Value> for DisplayPrinterwhere
Value: Display,
impl<Value> Accepts<Value> for DisplayPrinterwhere
Value: Display,
Source§impl<Value> AsyncAccepts<Value> for DisplayPrinter
impl<Value> AsyncAccepts<Value> for DisplayPrinter
fn accept_async<'a>(&'a self, value: Value) -> impl Future<Output = ()> + 'awhere
Value: 'a,
Source§impl Clone for DisplayPrinter
impl Clone for DisplayPrinter
Source§fn clone(&self) -> DisplayPrinter
fn clone(&self) -> DisplayPrinter
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 moreAuto Trait Implementations§
impl Freeze for DisplayPrinter
impl RefUnwindSafe for DisplayPrinter
impl Send for DisplayPrinter
impl Sync for DisplayPrinter
impl Unpin for DisplayPrinter
impl UnwindSafe for DisplayPrinter
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