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