#[non_exhaustive]pub struct GetIdentityProviderOutput { /* private fields */ }
Implementations
sourceimpl GetIdentityProviderOutput
impl GetIdentityProviderOutput
sourcepub fn identity_provider(&self) -> Option<&IdentityProvider>
pub fn identity_provider(&self) -> Option<&IdentityProvider>
The identity provider.
sourceimpl GetIdentityProviderOutput
impl GetIdentityProviderOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetIdentityProviderOutput
.
Trait Implementations
sourceimpl Clone for GetIdentityProviderOutput
impl Clone for GetIdentityProviderOutput
sourcefn clone(&self) -> GetIdentityProviderOutput
fn clone(&self) -> GetIdentityProviderOutput
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 GetIdentityProviderOutput
impl Debug for GetIdentityProviderOutput
sourceimpl PartialEq<GetIdentityProviderOutput> for GetIdentityProviderOutput
impl PartialEq<GetIdentityProviderOutput> for GetIdentityProviderOutput
sourcefn eq(&self, other: &GetIdentityProviderOutput) -> bool
fn eq(&self, other: &GetIdentityProviderOutput) -> bool
impl StructuralPartialEq for GetIdentityProviderOutput
Auto Trait Implementations
impl RefUnwindSafe for GetIdentityProviderOutput
impl Send for GetIdentityProviderOutput
impl Sync for GetIdentityProviderOutput
impl Unpin for GetIdentityProviderOutput
impl UnwindSafe for GetIdentityProviderOutput
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