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