pub struct DisplayTrace<'a, E: ?Sized> { /* private fields */ }Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'a, E> Freeze for DisplayTrace<'a, E>where
E: ?Sized,
impl<'a, E> RefUnwindSafe for DisplayTrace<'a, E>where
E: RefUnwindSafe + ?Sized,
impl<'a, E> Send for DisplayTrace<'a, E>
impl<'a, E> Sync for DisplayTrace<'a, E>
impl<'a, E> Unpin for DisplayTrace<'a, E>where
E: ?Sized,
impl<'a, E> UnsafeUnpin for DisplayTrace<'a, E>where
E: ?Sized,
impl<'a, E> UnwindSafe for DisplayTrace<'a, E>where
E: RefUnwindSafe + ?Sized,
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