pub struct GenericErrorContext { /* private fields */ }Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for GenericErrorContext
impl RefUnwindSafe for GenericErrorContext
impl !Send for GenericErrorContext
impl !Sync for GenericErrorContext
impl Unpin for GenericErrorContext
impl UnwindSafe for GenericErrorContext
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