pub enum TrapHandled {
Handled,
NotHandled,
}
Expand description
Result of trap handling.
Variants§
Trait Implementations§
Source§impl Clone for TrapHandled
impl Clone for TrapHandled
Source§fn clone(&self) -> TrapHandled
fn clone(&self) -> TrapHandled
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for TrapHandled
impl Debug for TrapHandled
Source§impl PartialEq for TrapHandled
impl PartialEq for TrapHandled
impl StructuralPartialEq for TrapHandled
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