pub struct TwoFactorGetOutput {
pub enabled: bool,
pub qr_uri: String,
pub secret: String,
}Fields§
§enabled: bool§qr_uri: String§secret: StringImplementations§
Trait Implementations§
Source§impl Clone for TwoFactorGetOutput
impl Clone for TwoFactorGetOutput
Source§fn clone(&self) -> TwoFactorGetOutput
fn clone(&self) -> TwoFactorGetOutput
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 moreSource§impl Debug for TwoFactorGetOutput
impl Debug for TwoFactorGetOutput
Source§impl Default for TwoFactorGetOutput
impl Default for TwoFactorGetOutput
Source§fn default() -> TwoFactorGetOutput
fn default() -> TwoFactorGetOutput
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for TwoFactorGetOutput
impl<'de> Deserialize<'de> for TwoFactorGetOutput
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 TwoFactorGetOutput
impl PartialEq for TwoFactorGetOutput
Source§impl Serialize for TwoFactorGetOutput
impl Serialize for TwoFactorGetOutput
impl StructuralPartialEq for TwoFactorGetOutput
Auto Trait Implementations§
impl Freeze for TwoFactorGetOutput
impl RefUnwindSafe for TwoFactorGetOutput
impl Send for TwoFactorGetOutput
impl Sync for TwoFactorGetOutput
impl Unpin for TwoFactorGetOutput
impl UnwindSafe for TwoFactorGetOutput
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