pub struct CreateIdentityProviderConfigResponse {
pub identity_provider_config: Option<Box<IdentityProviderConfig>>,
}Fields§
§identity_provider_config: Option<Box<IdentityProviderConfig>>Implementations§
Trait Implementations§
Source§impl Clone for CreateIdentityProviderConfigResponse
impl Clone for CreateIdentityProviderConfigResponse
Source§fn clone(&self) -> CreateIdentityProviderConfigResponse
fn clone(&self) -> CreateIdentityProviderConfigResponse
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 CreateIdentityProviderConfigResponse
impl Default for CreateIdentityProviderConfigResponse
Source§fn default() -> CreateIdentityProviderConfigResponse
fn default() -> CreateIdentityProviderConfigResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for CreateIdentityProviderConfigResponse
impl<'de> Deserialize<'de> for CreateIdentityProviderConfigResponse
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 CreateIdentityProviderConfigResponse
impl PartialEq for CreateIdentityProviderConfigResponse
Source§fn eq(&self, other: &CreateIdentityProviderConfigResponse) -> bool
fn eq(&self, other: &CreateIdentityProviderConfigResponse) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for CreateIdentityProviderConfigResponse
Auto Trait Implementations§
impl Freeze for CreateIdentityProviderConfigResponse
impl RefUnwindSafe for CreateIdentityProviderConfigResponse
impl Send for CreateIdentityProviderConfigResponse
impl Sync for CreateIdentityProviderConfigResponse
impl Unpin for CreateIdentityProviderConfigResponse
impl UnsafeUnpin for CreateIdentityProviderConfigResponse
impl UnwindSafe for CreateIdentityProviderConfigResponse
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