Struct dropbox_sdk::team_log::TfaRemoveSecurityKeyDetails
source · [−]#[non_exhaustive]pub struct TfaRemoveSecurityKeyDetails {}Available on crate feature
dbx_team_log only.Expand description
Removed security key for two-step verification.
Trait Implementations
sourceimpl Clone for TfaRemoveSecurityKeyDetails
impl Clone for TfaRemoveSecurityKeyDetails
sourcefn clone(&self) -> TfaRemoveSecurityKeyDetails
fn clone(&self) -> TfaRemoveSecurityKeyDetails
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 TfaRemoveSecurityKeyDetails
impl Debug for TfaRemoveSecurityKeyDetails
sourceimpl Default for TfaRemoveSecurityKeyDetails
impl Default for TfaRemoveSecurityKeyDetails
sourcefn default() -> TfaRemoveSecurityKeyDetails
fn default() -> TfaRemoveSecurityKeyDetails
Returns the “default value” for a type. Read more
sourceimpl<'de> Deserialize<'de> for TfaRemoveSecurityKeyDetails
impl<'de> Deserialize<'de> for TfaRemoveSecurityKeyDetails
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
impl Eq for TfaRemoveSecurityKeyDetails
impl StructuralEq for TfaRemoveSecurityKeyDetails
impl StructuralPartialEq for TfaRemoveSecurityKeyDetails
Auto Trait Implementations
impl RefUnwindSafe for TfaRemoveSecurityKeyDetails
impl Send for TfaRemoveSecurityKeyDetails
impl Sync for TfaRemoveSecurityKeyDetails
impl Unpin for TfaRemoveSecurityKeyDetails
impl UnwindSafe for TfaRemoveSecurityKeyDetails
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