pub enum ErrHandling {
None,
ThrowResultErr,
ResultCatchHandler,
}
Variants§
Trait Implementations§
Source§impl PartialEq for ErrHandling
impl PartialEq for ErrHandling
impl StructuralPartialEq for ErrHandling
Auto Trait Implementations§
impl Freeze for ErrHandling
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