pub struct RichError<'a, S, E> { /* private fields */ }Expand description
A collected error which has been context decorated.
Trait Implementations§
Auto Trait Implementations§
impl<'a, S, E> Freeze for RichError<'a, S, E>
impl<'a, S, E> RefUnwindSafe for RichError<'a, S, E>where
E: RefUnwindSafe,
S: RefUnwindSafe,
impl<'a, S, E> Send for RichError<'a, S, E>
impl<'a, S, E> Sync for RichError<'a, S, E>
impl<'a, S, E> Unpin for RichError<'a, S, E>
impl<'a, S, E> UnwindSafe for RichError<'a, S, E>where
E: RefUnwindSafe,
S: 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