#[non_exhaustive]pub struct UpdateIdentityProviderOutput { /* private fields */ }
Implementations
sourceimpl UpdateIdentityProviderOutput
impl UpdateIdentityProviderOutput
sourcepub fn identity_provider(&self) -> Option<&IdentityProvider>
pub fn identity_provider(&self) -> Option<&IdentityProvider>
The identity provider.
sourceimpl UpdateIdentityProviderOutput
impl UpdateIdentityProviderOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UpdateIdentityProviderOutput
.
Trait Implementations
sourceimpl Clone for UpdateIdentityProviderOutput
impl Clone for UpdateIdentityProviderOutput
sourcefn clone(&self) -> UpdateIdentityProviderOutput
fn clone(&self) -> UpdateIdentityProviderOutput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for UpdateIdentityProviderOutput
impl Debug for UpdateIdentityProviderOutput
sourceimpl PartialEq<UpdateIdentityProviderOutput> for UpdateIdentityProviderOutput
impl PartialEq<UpdateIdentityProviderOutput> for UpdateIdentityProviderOutput
sourcefn eq(&self, other: &UpdateIdentityProviderOutput) -> bool
fn eq(&self, other: &UpdateIdentityProviderOutput) -> bool
impl StructuralPartialEq for UpdateIdentityProviderOutput
Auto Trait Implementations
impl RefUnwindSafe for UpdateIdentityProviderOutput
impl Send for UpdateIdentityProviderOutput
impl Sync for UpdateIdentityProviderOutput
impl Unpin for UpdateIdentityProviderOutput
impl UnwindSafe for UpdateIdentityProviderOutput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more