pub struct PrettierPrintDisplayer<'a, T> { /* private fields */ }Expand description
Implements Display to output the prettier-printed debug string. Use PrettierPrinter to
get a PrettierPrintDisplayer.
Implementationsยง
Trait Implementationsยง
Sourceยงimpl<'a, T: Clone> Clone for PrettierPrintDisplayer<'a, T>
impl<'a, T: Clone> Clone for PrettierPrintDisplayer<'a, T>
Sourceยงfn clone(&self) -> PrettierPrintDisplayer<'a, T>
fn clone(&self) -> PrettierPrintDisplayer<'a, T>
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<'a, T: Debug> Debug for PrettierPrintDisplayer<'a, T>
impl<'a, T: Debug> Debug for PrettierPrintDisplayer<'a, T>
Auto Trait Implementationsยง
impl<'a, T> Freeze for PrettierPrintDisplayer<'a, T>
impl<'a, T> RefUnwindSafe for PrettierPrintDisplayer<'a, T>where
T: RefUnwindSafe,
impl<'a, T> Send for PrettierPrintDisplayer<'a, T>where
T: Sync,
impl<'a, T> Sync for PrettierPrintDisplayer<'a, T>where
T: Sync,
impl<'a, T> Unpin for PrettierPrintDisplayer<'a, T>
impl<'a, T> UnwindSafe for PrettierPrintDisplayer<'a, T>where
T: RefUnwindSafe,
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