Struct aws_sdk_elasticsearch::types::SamlIdp
source · #[non_exhaustive]pub struct SamlIdp { /* private fields */ }
Expand description
Specifies the SAML Identity Provider's information.
Implementations§
Trait Implementations§
source§impl PartialEq<SamlIdp> for SamlIdp
impl PartialEq<SamlIdp> for SamlIdp
impl StructuralPartialEq for SamlIdp
Auto Trait Implementations§
impl RefUnwindSafe for SamlIdp
impl Send for SamlIdp
impl Sync for SamlIdp
impl Unpin for SamlIdp
impl UnwindSafe for SamlIdp
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