Struct MicrosoftAccountMultiFactorServiceResponse
#[repr(transparent)]pub struct MicrosoftAccountMultiFactorServiceResponse(pub i32);Tuple Fields§
§0: i32Implementations§
§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 duplicate 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
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