pub enum AuthMachineInputVariant {
Show 19 variants
Acquire,
MarkExpiring,
BeginRefresh,
CompleteRefresh,
RefreshFailedTransient,
RefreshFailedPermanent,
MarkReauthRequired,
ClearCredentialLifecycle,
Release,
AdmitOAuthBrowserFlow,
VerifyOAuthBrowserFlow,
ConsumeOAuthBrowserFlow,
ExpireOAuthBrowserFlow,
AdmitOAuthDeviceFlow,
VerifyOAuthDeviceFlow,
BeginOAuthDevicePoll,
FinishOAuthDevicePoll,
ConsumeOAuthDeviceFlow,
ExpireOAuthDeviceFlow,
}Variants§
Acquire
MarkExpiring
BeginRefresh
CompleteRefresh
RefreshFailedTransient
RefreshFailedPermanent
MarkReauthRequired
ClearCredentialLifecycle
Release
AdmitOAuthBrowserFlow
VerifyOAuthBrowserFlow
ConsumeOAuthBrowserFlow
ExpireOAuthBrowserFlow
AdmitOAuthDeviceFlow
VerifyOAuthDeviceFlow
BeginOAuthDevicePoll
FinishOAuthDevicePoll
ConsumeOAuthDeviceFlow
ExpireOAuthDeviceFlow
Trait Implementations§
Source§impl Clone for AuthMachineInputVariant
impl Clone for AuthMachineInputVariant
Source§fn clone(&self) -> AuthMachineInputVariant
fn clone(&self) -> AuthMachineInputVariant
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 AuthMachineInputVariant
impl Debug for AuthMachineInputVariant
Source§impl Hash for AuthMachineInputVariant
impl Hash for AuthMachineInputVariant
Source§impl Ord for AuthMachineInputVariant
impl Ord for AuthMachineInputVariant
Source§fn cmp(&self, other: &AuthMachineInputVariant) -> Ordering
fn cmp(&self, other: &AuthMachineInputVariant) -> 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 AuthMachineInputVariant
impl PartialEq for AuthMachineInputVariant
Source§fn eq(&self, other: &AuthMachineInputVariant) -> bool
fn eq(&self, other: &AuthMachineInputVariant) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for AuthMachineInputVariant
impl PartialOrd for AuthMachineInputVariant
impl Copy for AuthMachineInputVariant
impl Eq for AuthMachineInputVariant
impl StructuralPartialEq for AuthMachineInputVariant
Auto Trait Implementations§
impl Freeze for AuthMachineInputVariant
impl RefUnwindSafe for AuthMachineInputVariant
impl Send for AuthMachineInputVariant
impl Sync for AuthMachineInputVariant
impl Unpin for AuthMachineInputVariant
impl UnsafeUnpin for AuthMachineInputVariant
impl UnwindSafe for AuthMachineInputVariant
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.