Struct fusionauth_rust_client::models::application_external_identifier_configuration::ApplicationExternalIdentifierConfiguration
source · pub struct ApplicationExternalIdentifierConfiguration {
pub two_factor_trust_id_time_to_live_in_seconds: Option<i32>,
}
Expand description
ApplicationExternalIdentifierConfiguration :
Fields§
§two_factor_trust_id_time_to_live_in_seconds: Option<i32>
Implementations§
Trait Implementations§
source§impl Clone for ApplicationExternalIdentifierConfiguration
impl Clone for ApplicationExternalIdentifierConfiguration
source§fn clone(&self) -> ApplicationExternalIdentifierConfiguration
fn clone(&self) -> ApplicationExternalIdentifierConfiguration
Returns a copy 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 Default for ApplicationExternalIdentifierConfiguration
impl Default for ApplicationExternalIdentifierConfiguration
source§fn default() -> ApplicationExternalIdentifierConfiguration
fn default() -> ApplicationExternalIdentifierConfiguration
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for ApplicationExternalIdentifierConfiguration
impl<'de> Deserialize<'de> for ApplicationExternalIdentifierConfiguration
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 ApplicationExternalIdentifierConfiguration
impl PartialEq for ApplicationExternalIdentifierConfiguration
source§fn eq(&self, other: &ApplicationExternalIdentifierConfiguration) -> bool
fn eq(&self, other: &ApplicationExternalIdentifierConfiguration) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for ApplicationExternalIdentifierConfiguration
Auto Trait Implementations§
impl RefUnwindSafe for ApplicationExternalIdentifierConfiguration
impl Send for ApplicationExternalIdentifierConfiguration
impl Sync for ApplicationExternalIdentifierConfiguration
impl Unpin for ApplicationExternalIdentifierConfiguration
impl UnwindSafe for ApplicationExternalIdentifierConfiguration
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