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