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