pub enum ErrHandling {
None,
ThrowResultErr,
ResultCatchHandler,
}
Variants§
Trait Implementations§
source§impl PartialEq for ErrHandling
impl PartialEq for ErrHandling
source§fn eq(&self, other: &ErrHandling) -> bool
fn eq(&self, other: &ErrHandling) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for ErrHandling
Auto Trait Implementations§
impl RefUnwindSafe for ErrHandling
impl Send for ErrHandling
impl Sync for ErrHandling
impl Unpin for ErrHandling
impl UnwindSafe for ErrHandling
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