pub struct digestMethod;Trait Implementations§
Source§impl Field for digestMethod
impl Field for digestMethod
Source§impl HasField<digestMethod> for EnterpriseIdentityProvider
impl HasField<digestMethod> for EnterpriseIdentityProvider
Source§type Type = Option<SamlDigestAlgorithm>
type Type = Option<SamlDigestAlgorithm>
The schema marker type of this field.
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