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