pub struct IdentityWithCredentialsSamlConfig {
pub providers: Option<Vec<IdentityWithCredentialsSamlConfigProvider>>,
}Expand description
IdentityWithCredentialsSamlConfig : Payload of SAML providers
Fields§
§providers: Option<Vec<IdentityWithCredentialsSamlConfigProvider>>A list of SAML Providers
Implementations§
Source§impl IdentityWithCredentialsSamlConfig
impl IdentityWithCredentialsSamlConfig
Sourcepub fn new() -> IdentityWithCredentialsSamlConfig
pub fn new() -> IdentityWithCredentialsSamlConfig
Payload of SAML providers
Trait Implementations§
Source§impl Clone for IdentityWithCredentialsSamlConfig
impl Clone for IdentityWithCredentialsSamlConfig
Source§fn clone(&self) -> IdentityWithCredentialsSamlConfig
fn clone(&self) -> IdentityWithCredentialsSamlConfig
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 Default for IdentityWithCredentialsSamlConfig
impl Default for IdentityWithCredentialsSamlConfig
Source§fn default() -> IdentityWithCredentialsSamlConfig
fn default() -> IdentityWithCredentialsSamlConfig
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for IdentityWithCredentialsSamlConfig
impl<'de> Deserialize<'de> for IdentityWithCredentialsSamlConfig
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 IdentityWithCredentialsSamlConfig
impl PartialEq for IdentityWithCredentialsSamlConfig
Source§fn eq(&self, other: &IdentityWithCredentialsSamlConfig) -> bool
fn eq(&self, other: &IdentityWithCredentialsSamlConfig) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for IdentityWithCredentialsSamlConfig
Auto Trait Implementations§
impl Freeze for IdentityWithCredentialsSamlConfig
impl RefUnwindSafe for IdentityWithCredentialsSamlConfig
impl Send for IdentityWithCredentialsSamlConfig
impl Sync for IdentityWithCredentialsSamlConfig
impl Unpin for IdentityWithCredentialsSamlConfig
impl UnwindSafe for IdentityWithCredentialsSamlConfig
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