pub enum AuthMachineEffectVariant {
EmitLifecycleEvent,
WakeRefreshLoop,
}Variants§
Trait Implementations§
Source§impl Clone for AuthMachineEffectVariant
impl Clone for AuthMachineEffectVariant
Source§fn clone(&self) -> AuthMachineEffectVariant
fn clone(&self) -> AuthMachineEffectVariant
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 moreSource§impl Debug for AuthMachineEffectVariant
impl Debug for AuthMachineEffectVariant
Source§impl Hash for AuthMachineEffectVariant
impl Hash for AuthMachineEffectVariant
Source§impl Ord for AuthMachineEffectVariant
impl Ord for AuthMachineEffectVariant
Source§fn cmp(&self, other: &AuthMachineEffectVariant) -> Ordering
fn cmp(&self, other: &AuthMachineEffectVariant) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for AuthMachineEffectVariant
impl PartialEq for AuthMachineEffectVariant
Source§fn eq(&self, other: &AuthMachineEffectVariant) -> bool
fn eq(&self, other: &AuthMachineEffectVariant) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for AuthMachineEffectVariant
impl PartialOrd for AuthMachineEffectVariant
impl Copy for AuthMachineEffectVariant
impl Eq for AuthMachineEffectVariant
impl StructuralPartialEq for AuthMachineEffectVariant
Auto Trait Implementations§
impl Freeze for AuthMachineEffectVariant
impl RefUnwindSafe for AuthMachineEffectVariant
impl Send for AuthMachineEffectVariant
impl Sync for AuthMachineEffectVariant
impl Unpin for AuthMachineEffectVariant
impl UnsafeUnpin for AuthMachineEffectVariant
impl UnwindSafe for AuthMachineEffectVariant
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.