pub enum AuthAttemptPhase {
AwaitingCallback,
Redeeming,
}Expand description
Durable phase of an incomplete browser login attempt.
Variants§
Trait Implementations§
Source§impl Clone for AuthAttemptPhase
impl Clone for AuthAttemptPhase
Source§fn clone(&self) -> AuthAttemptPhase
fn clone(&self) -> AuthAttemptPhase
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 moreimpl Copy for AuthAttemptPhase
Source§impl Debug for AuthAttemptPhase
impl Debug for AuthAttemptPhase
Source§impl<'de> Deserialize<'de> for AuthAttemptPhase
impl<'de> Deserialize<'de> for AuthAttemptPhase
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for AuthAttemptPhase
Source§impl PartialEq for AuthAttemptPhase
impl PartialEq for AuthAttemptPhase
Source§impl Serialize for AuthAttemptPhase
impl Serialize for AuthAttemptPhase
impl StructuralPartialEq for AuthAttemptPhase
Auto Trait Implementations§
impl Freeze for AuthAttemptPhase
impl RefUnwindSafe for AuthAttemptPhase
impl Send for AuthAttemptPhase
impl Sync for AuthAttemptPhase
impl Unpin for AuthAttemptPhase
impl UnsafeUnpin for AuthAttemptPhase
impl UnwindSafe for AuthAttemptPhase
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