#[non_exhaustive]pub struct UpdateIdentityProviderConfigurationOutput {}Implementations§
source§impl UpdateIdentityProviderConfigurationOutput
impl UpdateIdentityProviderConfigurationOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UpdateIdentityProviderConfigurationOutput.
Trait Implementations§
source§impl Clone for UpdateIdentityProviderConfigurationOutput
impl Clone for UpdateIdentityProviderConfigurationOutput
source§fn clone(&self) -> UpdateIdentityProviderConfigurationOutput
fn clone(&self) -> UpdateIdentityProviderConfigurationOutput
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 PartialEq<UpdateIdentityProviderConfigurationOutput> for UpdateIdentityProviderConfigurationOutput
impl PartialEq<UpdateIdentityProviderConfigurationOutput> for UpdateIdentityProviderConfigurationOutput
source§fn eq(&self, other: &UpdateIdentityProviderConfigurationOutput) -> bool
fn eq(&self, other: &UpdateIdentityProviderConfigurationOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.