pub struct ErrorHandlingMixin { /* private fields */ }
Expand description
Mixin for chains to handle errors with forgiveness.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ErrorHandlingMixin
impl !RefUnwindSafe for ErrorHandlingMixin
impl Send for ErrorHandlingMixin
impl Sync for ErrorHandlingMixin
impl Unpin for ErrorHandlingMixin
impl !UnwindSafe for ErrorHandlingMixin
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