pub struct GetScimV2ServiceProviderConfigResponseAuthenticationSchemesItem {
pub description: Option<String>,
pub name: Option<String>,
pub spec_uri: Option<String>,
pub get_scim_v2_service_provider_config_response_authentication_schemes_item_type: Option<String>,
}
Fields§
§description: Option<String>
The scheme’s description.
name: Option<String>
The scheme’s friendly name.
spec_uri: Option<String>
A link to the scheme’s specification documentation.
get_scim_v2_service_provider_config_response_authentication_schemes_item_type: Option<String>
The scheme’s type.
Trait Implementations§
Source§impl Clone for GetScimV2ServiceProviderConfigResponseAuthenticationSchemesItem
impl Clone for GetScimV2ServiceProviderConfigResponseAuthenticationSchemesItem
Source§fn clone(
&self,
) -> GetScimV2ServiceProviderConfigResponseAuthenticationSchemesItem
fn clone( &self, ) -> GetScimV2ServiceProviderConfigResponseAuthenticationSchemesItem
Returns a duplicate 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<'de> Deserialize<'de> for GetScimV2ServiceProviderConfigResponseAuthenticationSchemesItem
impl<'de> Deserialize<'de> for GetScimV2ServiceProviderConfigResponseAuthenticationSchemesItem
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 GetScimV2ServiceProviderConfigResponseAuthenticationSchemesItem
impl PartialEq for GetScimV2ServiceProviderConfigResponseAuthenticationSchemesItem
Source§fn eq(
&self,
other: &GetScimV2ServiceProviderConfigResponseAuthenticationSchemesItem,
) -> bool
fn eq( &self, other: &GetScimV2ServiceProviderConfigResponseAuthenticationSchemesItem, ) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for GetScimV2ServiceProviderConfigResponseAuthenticationSchemesItem
Auto Trait Implementations§
impl Freeze for GetScimV2ServiceProviderConfigResponseAuthenticationSchemesItem
impl RefUnwindSafe for GetScimV2ServiceProviderConfigResponseAuthenticationSchemesItem
impl Send for GetScimV2ServiceProviderConfigResponseAuthenticationSchemesItem
impl Sync for GetScimV2ServiceProviderConfigResponseAuthenticationSchemesItem
impl Unpin for GetScimV2ServiceProviderConfigResponseAuthenticationSchemesItem
impl UnwindSafe for GetScimV2ServiceProviderConfigResponseAuthenticationSchemesItem
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