pub enum AuthenticationSessionType {
Web,
Desktop,
Ios,
Android,
Unknown,
}Variants§
Trait Implementations§
Source§impl Clone for AuthenticationSessionType
impl Clone for AuthenticationSessionType
Source§fn clone(&self) -> AuthenticationSessionType
fn clone(&self) -> AuthenticationSessionType
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 AuthenticationSessionType
impl Debug for AuthenticationSessionType
Source§impl<'de> Deserialize<'de> for AuthenticationSessionType
impl<'de> Deserialize<'de> for AuthenticationSessionType
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 AuthenticationSessionType
impl StructuralPartialEq for AuthenticationSessionType
Auto Trait Implementations§
impl Freeze for AuthenticationSessionType
impl RefUnwindSafe for AuthenticationSessionType
impl Send for AuthenticationSessionType
impl Sync for AuthenticationSessionType
impl Unpin for AuthenticationSessionType
impl UnwindSafe for AuthenticationSessionType
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