Struct steam_vent::auth::ConfirmationMethod
source · pub struct ConfirmationMethod(/* private fields */);Implementations§
source§impl ConfirmationMethod
impl ConfirmationMethod
pub fn confirmation_type(&self) -> &'static str
pub fn confirmation_details(&self) -> &str
pub fn action_required(&self) -> bool
pub fn class(&self) -> ConfirmationMethodClass
pub fn guard_type(&self) -> GuardType
Auto Trait Implementations§
impl !Freeze for ConfirmationMethod
impl RefUnwindSafe for ConfirmationMethod
impl Send for ConfirmationMethod
impl Sync for ConfirmationMethod
impl Unpin for ConfirmationMethod
impl UnwindSafe for ConfirmationMethod
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