pub enum MfaStatus {
Disabled,
Optional,
Required,
Enforced,
}Expand description
MFA status labels.
Variants§
Implementations§
Trait Implementations§
Source§impl Ord for MfaStatus
impl Ord for MfaStatus
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 PartialOrd for MfaStatus
impl PartialOrd for MfaStatus
impl Copy for MfaStatus
impl Eq for MfaStatus
impl StructuralPartialEq for MfaStatus
Auto Trait Implementations§
impl Freeze for MfaStatus
impl RefUnwindSafe for MfaStatus
impl Send for MfaStatus
impl Sync for MfaStatus
impl Unpin for MfaStatus
impl UnsafeUnpin for MfaStatus
impl UnwindSafe for MfaStatus
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