Struct dropbox_sdk::team_log::TfaAddSecurityKeyDetails
source · [−]#[non_exhaustive]pub struct TfaAddSecurityKeyDetails {}Available on crate feature
dbx_team_log only.Expand description
Added security key for two-step verification.
Trait Implementations
sourceimpl Clone for TfaAddSecurityKeyDetails
impl Clone for TfaAddSecurityKeyDetails
sourcefn clone(&self) -> TfaAddSecurityKeyDetails
fn clone(&self) -> TfaAddSecurityKeyDetails
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for TfaAddSecurityKeyDetails
impl Debug for TfaAddSecurityKeyDetails
sourceimpl Default for TfaAddSecurityKeyDetails
impl Default for TfaAddSecurityKeyDetails
sourcefn default() -> TfaAddSecurityKeyDetails
fn default() -> TfaAddSecurityKeyDetails
Returns the “default value” for a type. Read more
sourceimpl<'de> Deserialize<'de> for TfaAddSecurityKeyDetails
impl<'de> Deserialize<'de> for TfaAddSecurityKeyDetails
sourcefn deserialize<D: Deserializer<'de>>(deserializer: D) -> Result<Self, D::Error>
fn deserialize<D: Deserializer<'de>>(deserializer: D) -> Result<Self, D::Error>
Deserialize this value from the given Serde deserializer. Read more
sourceimpl Serialize for TfaAddSecurityKeyDetails
impl Serialize for TfaAddSecurityKeyDetails
impl Eq for TfaAddSecurityKeyDetails
impl StructuralEq for TfaAddSecurityKeyDetails
impl StructuralPartialEq for TfaAddSecurityKeyDetails
Auto Trait Implementations
impl RefUnwindSafe for TfaAddSecurityKeyDetails
impl Send for TfaAddSecurityKeyDetails
impl Sync for TfaAddSecurityKeyDetails
impl Unpin for TfaAddSecurityKeyDetails
impl UnwindSafe for TfaAddSecurityKeyDetails
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more