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