pub enum UserRecovery {
None,
Retry,
RestartFlow,
Reauthenticate,
ContactSupport,
}Variants§
Trait Implementations§
Source§impl Clone for UserRecovery
impl Clone for UserRecovery
Source§fn clone(&self) -> UserRecovery
fn clone(&self) -> UserRecovery
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 UserRecovery
impl Debug for UserRecovery
Source§impl PartialEq for UserRecovery
impl PartialEq for UserRecovery
Source§impl Serialize for UserRecovery
impl Serialize for UserRecovery
impl Copy for UserRecovery
impl Eq for UserRecovery
impl StructuralPartialEq for UserRecovery
Auto Trait Implementations§
impl Freeze for UserRecovery
impl RefUnwindSafe for UserRecovery
impl Send for UserRecovery
impl Sync for UserRecovery
impl Unpin for UserRecovery
impl UnsafeUnpin for UserRecovery
impl UnwindSafe for UserRecovery
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