pub enum InterruptPhase {
Before,
After,
}Variants§
Trait Implementations§
Source§impl Clone for InterruptPhase
impl Clone for InterruptPhase
Source§fn clone(&self) -> InterruptPhase
fn clone(&self) -> InterruptPhase
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 InterruptPhase
Source§impl Debug for InterruptPhase
impl Debug for InterruptPhase
Source§impl<'de> Deserialize<'de> for InterruptPhase
impl<'de> Deserialize<'de> for InterruptPhase
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for InterruptPhase
Source§impl PartialEq for InterruptPhase
impl PartialEq for InterruptPhase
Source§impl Serialize for InterruptPhase
impl Serialize for InterruptPhase
impl StructuralPartialEq for InterruptPhase
Auto Trait Implementations§
impl Freeze for InterruptPhase
impl RefUnwindSafe for InterruptPhase
impl Send for InterruptPhase
impl Sync for InterruptPhase
impl Unpin for InterruptPhase
impl UnsafeUnpin for InterruptPhase
impl UnwindSafe for InterruptPhase
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