pub enum AuthContactKind {
Email,
Phone,
}Expand description
Contact method used for client-owned Inline login.
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for AuthContactKind
impl Clone for AuthContactKind
Source§fn clone(&self) -> AuthContactKind
fn clone(&self) -> AuthContactKind
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 AuthContactKind
Source§impl Debug for AuthContactKind
impl Debug for AuthContactKind
Source§impl<'de> Deserialize<'de> for AuthContactKind
impl<'de> Deserialize<'de> for AuthContactKind
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 AuthContactKind
Source§impl PartialEq for AuthContactKind
impl PartialEq for AuthContactKind
Source§impl Serialize for AuthContactKind
impl Serialize for AuthContactKind
impl StructuralPartialEq for AuthContactKind
Auto Trait Implementations§
impl Freeze for AuthContactKind
impl RefUnwindSafe for AuthContactKind
impl Send for AuthContactKind
impl Sync for AuthContactKind
impl Unpin for AuthContactKind
impl UnsafeUnpin for AuthContactKind
impl UnwindSafe for AuthContactKind
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