pub struct GetMfaStatusResponse {
pub enrolled: bool,
pub recovery_remaining: i64,
}Expand description
GetMfaStatusResponse model.
Fields§
§enrolled: bool§recovery_remaining: i64Trait Implementations§
Source§impl Clone for GetMfaStatusResponse
impl Clone for GetMfaStatusResponse
Source§fn clone(&self) -> GetMfaStatusResponse
fn clone(&self) -> GetMfaStatusResponse
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for GetMfaStatusResponse
impl Debug for GetMfaStatusResponse
Source§impl Default for GetMfaStatusResponse
impl Default for GetMfaStatusResponse
Source§fn default() -> GetMfaStatusResponse
fn default() -> GetMfaStatusResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GetMfaStatusResponse
impl<'de> Deserialize<'de> for GetMfaStatusResponse
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for GetMfaStatusResponse
impl PartialEq for GetMfaStatusResponse
Source§impl Serialize for GetMfaStatusResponse
impl Serialize for GetMfaStatusResponse
impl StructuralPartialEq for GetMfaStatusResponse
Auto Trait Implementations§
impl Freeze for GetMfaStatusResponse
impl RefUnwindSafe for GetMfaStatusResponse
impl Send for GetMfaStatusResponse
impl Sync for GetMfaStatusResponse
impl Unpin for GetMfaStatusResponse
impl UnsafeUnpin for GetMfaStatusResponse
impl UnwindSafe for GetMfaStatusResponse
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