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
pub const Error: Self
pub const NoNetworkConnection: Self
pub const TotpSetupDenied: Self
pub const NgcNotSetup: Self
pub const SessionAlreadyDenied: Self
pub const SessionAlreadyApproved: Self
pub const SessionExpired: Self
pub const NgcNonceExpired: Self
pub const InvalidSessionId: Self
pub const InvalidSessionType: Self
pub const InvalidOperation: Self
pub const InvalidStateTransition: Self
pub const DeviceNotFound: Self
pub const FlowDisabled: Self
pub const SessionNotApproved: Self
pub const OperationCanceledByUser: Self
pub const NgcDisabledByServer: Self
pub const NgcKeyNotFoundOnServer: Self
pub const UIRequired: Self
pub const DeviceIdChanged: Self
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 · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more