pub struct SamlSignatureAlgorithm {}
Trait Implementations§
impl HasInputField<signatureMethod, SamlSignatureAlgorithm> for SetEnterpriseIdentityProviderInput
Auto Trait Implementations§
impl Freeze for SamlSignatureAlgorithm
impl RefUnwindSafe for SamlSignatureAlgorithm
impl Send for SamlSignatureAlgorithm
impl Sync for SamlSignatureAlgorithm
impl Unpin for SamlSignatureAlgorithm
impl UnwindSafe for SamlSignatureAlgorithm
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