pub enum GuardTokenType {
Email,
Device,
}Expand description
The type of guard token
Variants§
Trait Implementations§
Source§impl Debug for GuardTokenType
impl Debug for GuardTokenType
Source§impl From<GuardTokenType> for EAuthSessionGuardType
impl From<GuardTokenType> for EAuthSessionGuardType
Source§fn from(value: GuardTokenType) -> Self
fn from(value: GuardTokenType) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for GuardTokenType
impl RefUnwindSafe for GuardTokenType
impl Send for GuardTokenType
impl Sync for GuardTokenType
impl Unpin for GuardTokenType
impl UnwindSafe for GuardTokenType
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