pub enum TrapHandled {
Handled,
NotHandled,
}
Expand description
Result of trap handling.
Variants§
Auto Trait Implementations§
impl Freeze for TrapHandled
impl RefUnwindSafe for TrapHandled
impl Send for TrapHandled
impl Sync for TrapHandled
impl Unpin for TrapHandled
impl UnwindSafe for TrapHandled
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