Struct error_chain::DisplayChain
source · [−]pub struct DisplayChain<'a, T: 'a + ?Sized>(_);
Expand description
A struct which formats an error for output.
Trait Implementations
sourceimpl<'a, T: Debug + 'a + ?Sized> Debug for DisplayChain<'a, T>
impl<'a, T: Debug + 'a + ?Sized> Debug for DisplayChain<'a, T>
sourceimpl<'a, T> Display for DisplayChain<'a, T> where
T: ChainedError,
impl<'a, T> Display for DisplayChain<'a, T> where
T: ChainedError,
Auto Trait Implementations
impl<'a, T: ?Sized> RefUnwindSafe for DisplayChain<'a, T> where
T: RefUnwindSafe,
impl<'a, T: ?Sized> Send for DisplayChain<'a, T> where
T: Sync,
impl<'a, T: ?Sized> Sync for DisplayChain<'a, T> where
T: Sync,
impl<'a, T: ?Sized> Unpin for DisplayChain<'a, T>
impl<'a, T: ?Sized> UnwindSafe for DisplayChain<'a, T> where
T: RefUnwindSafe,
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more