Struct aws_sdk_elasticsearch::model::SamlIdp
source · [−]#[non_exhaustive]pub struct SamlIdp { /* private fields */ }Expand description
Specifies the SAML Identity Provider's information.
Implementations
Trait Implementations
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
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