pub struct NonFatal;Expand description
An intentionally useless error. This should only be used for non-fatal errors, as it contains no useful information.
Trait Implementations§
impl StructuralPartialEq for NonFatal
Auto Trait Implementations§
impl Freeze for NonFatal
impl RefUnwindSafe for NonFatal
impl Send for NonFatal
impl Sync for NonFatal
impl Unpin for NonFatal
impl UnwindSafe for NonFatal
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