pub struct Pretty<C, T> { /* private fields */ }
Expand description
A pretty printer.
Trait Implementations§
Auto Trait Implementations§
impl<C, T> Freeze for Pretty<C, T>
impl<C, T> RefUnwindSafe for Pretty<C, T>where
C: RefUnwindSafe,
T: RefUnwindSafe,
impl<C, T> Send for Pretty<C, T>
impl<C, T> Sync for Pretty<C, T>
impl<C, T> Unpin for Pretty<C, T>
impl<C, T> UnwindSafe for Pretty<C, T>where
C: UnwindSafe,
T: UnwindSafe,
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