Enum steam_mobile::AddAuthenticatorStep [−][src]
pub enum AddAuthenticatorStep {
InitialStep,
EmailConfirmation,
MobileAuth(MobileAuthFile),
}Variants
User is signin up for the first time.
Authenticator is waiting user’s email confirmation to allow Steam add phone number.
MobileAuth(MobileAuthFile)Authenticator succeeded and retrieved MobileAuthFile.
Tuple Fields of MobileAuth
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for AddAuthenticatorStep
impl Send for AddAuthenticatorStep
impl Sync for AddAuthenticatorStep
impl Unpin for AddAuthenticatorStep
impl UnwindSafe for AddAuthenticatorStep
Blanket Implementations
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more