Enum steam_vent::auth::GuardType
source · pub enum GuardType {
Email,
Device,
None,
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for GuardType
impl RefUnwindSafe for GuardType
impl Send for GuardType
impl Sync for GuardType
impl Unpin for GuardType
impl UnwindSafe for GuardType
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