pub struct DisplayChain<'a, T: 'a + ?Sized>(/* private fields */);
Expand description
A struct which formats an error for output.
Trait Implementations§
Auto Trait Implementations§
impl<'a, T> Freeze for DisplayChain<'a, T>where
T: ?Sized,
impl<'a, T> RefUnwindSafe for DisplayChain<'a, T>where
T: RefUnwindSafe + ?Sized,
impl<'a, T> Send for DisplayChain<'a, T>
impl<'a, T> Sync for DisplayChain<'a, T>
impl<'a, T> Unpin for DisplayChain<'a, T>where
T: ?Sized,
impl<'a, T> UnwindSafe for DisplayChain<'a, T>where
T: 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