Struct aws_sdk_iam::model::SamlProviderListEntry
source · [−]#[non_exhaustive]pub struct SamlProviderListEntry { /* private fields */ }Expand description
Contains the list of SAML providers for this account.
Implementations
sourceimpl SamlProviderListEntry
impl SamlProviderListEntry
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture SamlProviderListEntry.
Trait Implementations
sourceimpl Clone for SamlProviderListEntry
impl Clone for SamlProviderListEntry
sourcefn clone(&self) -> SamlProviderListEntry
fn clone(&self) -> SamlProviderListEntry
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 SamlProviderListEntry
impl Debug for SamlProviderListEntry
sourceimpl PartialEq<SamlProviderListEntry> for SamlProviderListEntry
impl PartialEq<SamlProviderListEntry> for SamlProviderListEntry
sourcefn eq(&self, other: &SamlProviderListEntry) -> bool
fn eq(&self, other: &SamlProviderListEntry) -> bool
impl StructuralPartialEq for SamlProviderListEntry
Auto Trait Implementations
impl RefUnwindSafe for SamlProviderListEntry
impl Send for SamlProviderListEntry
impl Sync for SamlProviderListEntry
impl Unpin for SamlProviderListEntry
impl UnwindSafe for SamlProviderListEntry
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