Struct windows_sys::Security::Authentication::Identity::Core::MicrosoftAccountMultiFactorServiceResponse
[−]#[repr(transparent)]pub struct MicrosoftAccountMultiFactorServiceResponse(pub i32);
Expand description
Required features: "Security_Authentication_Identity_Core"
Tuple Fields
0: i32
Implementations
impl MicrosoftAccountMultiFactorServiceResponse
impl MicrosoftAccountMultiFactorServiceResponse
pub const Success: Self = Self(0i32)
pub const Error: Self = Self(1i32)
pub const NoNetworkConnection: Self = Self(2i32)
pub const TotpSetupDenied: Self = Self(4i32)
pub const NgcNotSetup: Self = Self(5i32)
pub const SessionAlreadyDenied: Self = Self(6i32)
pub const SessionAlreadyApproved: Self = Self(7i32)
pub const SessionExpired: Self = Self(8i32)
pub const NgcNonceExpired: Self = Self(9i32)
pub const InvalidSessionId: Self = Self(10i32)
pub const InvalidSessionType: Self = Self(11i32)
pub const InvalidOperation: Self = Self(12i32)
pub const InvalidStateTransition: Self = Self(13i32)
pub const DeviceNotFound: Self = Self(14i32)
pub const FlowDisabled: Self = Self(15i32)
pub const SessionNotApproved: Self = Self(16i32)
pub const OperationCanceledByUser: Self = Self(17i32)
pub const NgcDisabledByServer: Self = Self(18i32)
pub const NgcKeyNotFoundOnServer: Self = Self(19i32)
pub const UIRequired: Self = Self(20i32)
pub const DeviceIdChanged: Self = Self(21i32)
Trait Implementations
impl Copy for MicrosoftAccountMultiFactorServiceResponse
Auto Trait Implementations
impl RefUnwindSafe for MicrosoftAccountMultiFactorServiceResponse
impl Send for MicrosoftAccountMultiFactorServiceResponse
impl Sync for MicrosoftAccountMultiFactorServiceResponse
impl Unpin for MicrosoftAccountMultiFactorServiceResponse
impl UnwindSafe for MicrosoftAccountMultiFactorServiceResponse
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more