Enum steam_vent::auth::ConfirmationMethodClass
source · pub enum ConfirmationMethodClass {
Code,
Confirmation,
Stored,
None,
}Variants§
Trait Implementations§
source§impl Clone for ConfirmationMethodClass
impl Clone for ConfirmationMethodClass
source§fn clone(&self) -> ConfirmationMethodClass
fn clone(&self) -> ConfirmationMethodClass
Returns a copy 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 ConfirmationMethodClass
impl Debug for ConfirmationMethodClass
source§impl PartialEq for ConfirmationMethodClass
impl PartialEq for ConfirmationMethodClass
source§fn eq(&self, other: &ConfirmationMethodClass) -> bool
fn eq(&self, other: &ConfirmationMethodClass) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Eq for ConfirmationMethodClass
impl StructuralPartialEq for ConfirmationMethodClass
Auto Trait Implementations§
impl Freeze for ConfirmationMethodClass
impl RefUnwindSafe for ConfirmationMethodClass
impl Send for ConfirmationMethodClass
impl Sync for ConfirmationMethodClass
impl Unpin for ConfirmationMethodClass
impl UnwindSafe for ConfirmationMethodClass
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