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