pub struct signatureMethod;Trait Implementations§
Source§impl Field for signatureMethod
impl Field for signatureMethod
Source§impl HasField<signatureMethod> for EnterpriseIdentityProvider
impl HasField<signatureMethod> for EnterpriseIdentityProvider
Source§type Type = Option<SamlSignatureAlgorithm>
type Type = Option<SamlSignatureAlgorithm>
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for signatureMethod
impl RefUnwindSafe for signatureMethod
impl Send for signatureMethod
impl Sync for signatureMethod
impl Unpin for signatureMethod
impl UnwindSafe for signatureMethod
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