Struct windows::Security::Authentication::Identity::Core::MicrosoftAccountMultiFactorServiceResponse
#[repr(transparent)]pub struct MicrosoftAccountMultiFactorServiceResponse(pub i32);
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 Clone for MicrosoftAccountMultiFactorServiceResponse
impl Clone for MicrosoftAccountMultiFactorServiceResponse
§fn clone(&self) -> MicrosoftAccountMultiFactorServiceResponse
fn clone(&self) -> MicrosoftAccountMultiFactorServiceResponse
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Default for MicrosoftAccountMultiFactorServiceResponse
impl Default for MicrosoftAccountMultiFactorServiceResponse
§fn default() -> MicrosoftAccountMultiFactorServiceResponse
fn default() -> MicrosoftAccountMultiFactorServiceResponse
Returns the “default value” for a type. Read more
§impl PartialEq for MicrosoftAccountMultiFactorServiceResponse
impl PartialEq for MicrosoftAccountMultiFactorServiceResponse
§fn eq(&self, other: &MicrosoftAccountMultiFactorServiceResponse) -> bool
fn eq(&self, other: &MicrosoftAccountMultiFactorServiceResponse) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for MicrosoftAccountMultiFactorServiceResponse
impl Eq for MicrosoftAccountMultiFactorServiceResponse
impl StructuralPartialEq for MicrosoftAccountMultiFactorServiceResponse
Auto Trait Implementations§
impl Freeze for MicrosoftAccountMultiFactorServiceResponse
impl RefUnwindSafe for MicrosoftAccountMultiFactorServiceResponse
impl Send for MicrosoftAccountMultiFactorServiceResponse
impl Sync for MicrosoftAccountMultiFactorServiceResponse
impl Unpin for MicrosoftAccountMultiFactorServiceResponse
impl UnwindSafe for MicrosoftAccountMultiFactorServiceResponse
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)