pub struct AllErrorsAreFailures;Expand description
The default: every error is a real failure.
Trait Implementations§
Source§impl IsFailure for AllErrorsAreFailures
impl IsFailure for AllErrorsAreFailures
fn is_failure(&self, _: &(dyn Error + 'static)) -> bool
Auto Trait Implementations§
impl Freeze for AllErrorsAreFailures
impl RefUnwindSafe for AllErrorsAreFailures
impl Send for AllErrorsAreFailures
impl Sync for AllErrorsAreFailures
impl Unpin for AllErrorsAreFailures
impl UnsafeUnpin for AllErrorsAreFailures
impl UnwindSafe for AllErrorsAreFailures
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