pub struct digestMethod;
Trait Implementations§
Source§impl Field for digestMethod
impl Field for digestMethod
impl HasInputField<digestMethod, SamlDigestAlgorithm> for SetEnterpriseIdentityProviderInput
Auto Trait Implementations§
impl Freeze for digestMethod
impl RefUnwindSafe for digestMethod
impl Send for digestMethod
impl Sync for digestMethod
impl Unpin for digestMethod
impl UnwindSafe for digestMethod
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