pub enum AuthSessionKind {
Email,
Passkey,
SshKey,
}Variants§
Trait Implementations§
Source§impl Clone for AuthSessionKind
impl Clone for AuthSessionKind
Source§fn clone(&self) -> AuthSessionKind
fn clone(&self) -> AuthSessionKind
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 AuthSessionKind
impl Debug for AuthSessionKind
Source§impl<'de> Deserialize<'de> for AuthSessionKind
impl<'de> Deserialize<'de> for AuthSessionKind
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 AuthSessionKind
Source§impl PartialEq for AuthSessionKind
impl PartialEq for AuthSessionKind
Source§impl Serialize for AuthSessionKind
impl Serialize for AuthSessionKind
impl StructuralPartialEq for AuthSessionKind
Auto Trait Implementations§
impl Freeze for AuthSessionKind
impl RefUnwindSafe for AuthSessionKind
impl Send for AuthSessionKind
impl Sync for AuthSessionKind
impl Unpin for AuthSessionKind
impl UnsafeUnpin for AuthSessionKind
impl UnwindSafe for AuthSessionKind
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