Struct aws_sdk_opensearch::types::SamlIdp
source · #[non_exhaustive]pub struct SamlIdp { /* private fields */ }Expand description
The SAML identity povider 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