Enum steam_vent::auth::ConfirmationAction
source · pub enum ConfirmationAction {
GuardToken(SteamGuardToken, GuardType),
None,
NotSupported,
Abort,
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ConfirmationAction
impl RefUnwindSafe for ConfirmationAction
impl Send for ConfirmationAction
impl Sync for ConfirmationAction
impl Unpin for ConfirmationAction
impl UnwindSafe for ConfirmationAction
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