pub enum InterruptKind {
Execution,
Pattern,
Gc(GcInterrupt),
}Variants§
Trait Implementations§
Source§impl Clone for InterruptKind
impl Clone for InterruptKind
Source§fn clone(&self) -> InterruptKind
fn clone(&self) -> InterruptKind
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for InterruptKind
Source§impl Debug for InterruptKind
impl Debug for InterruptKind
impl Eq for InterruptKind
Source§impl PartialEq for InterruptKind
impl PartialEq for InterruptKind
impl StructuralPartialEq for InterruptKind
Auto Trait Implementations§
impl Freeze for InterruptKind
impl RefUnwindSafe for InterruptKind
impl Send for InterruptKind
impl Sync for InterruptKind
impl Unpin for InterruptKind
impl UnsafeUnpin for InterruptKind
impl UnwindSafe for InterruptKind
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