pub enum AuthFlowDiagnosisOutcome {
Started,
Succeeded,
Failed,
Rejected,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for AuthFlowDiagnosisOutcome
impl Clone for AuthFlowDiagnosisOutcome
Source§fn clone(&self) -> AuthFlowDiagnosisOutcome
fn clone(&self) -> AuthFlowDiagnosisOutcome
Returns a duplicate of the value. Read more
1.0.0 · 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 AuthFlowDiagnosisOutcome
impl Debug for AuthFlowDiagnosisOutcome
Source§impl PartialEq for AuthFlowDiagnosisOutcome
impl PartialEq for AuthFlowDiagnosisOutcome
Source§impl Serialize for AuthFlowDiagnosisOutcome
impl Serialize for AuthFlowDiagnosisOutcome
impl Copy for AuthFlowDiagnosisOutcome
impl Eq for AuthFlowDiagnosisOutcome
impl StructuralPartialEq for AuthFlowDiagnosisOutcome
Auto Trait Implementations§
impl Freeze for AuthFlowDiagnosisOutcome
impl RefUnwindSafe for AuthFlowDiagnosisOutcome
impl Send for AuthFlowDiagnosisOutcome
impl Sync for AuthFlowDiagnosisOutcome
impl Unpin for AuthFlowDiagnosisOutcome
impl UnsafeUnpin for AuthFlowDiagnosisOutcome
impl UnwindSafe for AuthFlowDiagnosisOutcome
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