pub struct TenantWebAuthnWorkflowConfiguration {
pub authenticator_attachment_preference: Option<AuthenticatorAttachmentPreference>,
pub user_verification_requirement: Option<UserVerificationRequirement>,
pub enabled: Option<bool>,
}
Expand description
TenantWebAuthnWorkflowConfiguration :
Fields§
§authenticator_attachment_preference: Option<AuthenticatorAttachmentPreference>
§user_verification_requirement: Option<UserVerificationRequirement>
§enabled: Option<bool>
Implementations§
Trait Implementations§
Source§impl Clone for TenantWebAuthnWorkflowConfiguration
impl Clone for TenantWebAuthnWorkflowConfiguration
Source§fn clone(&self) -> TenantWebAuthnWorkflowConfiguration
fn clone(&self) -> TenantWebAuthnWorkflowConfiguration
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Default for TenantWebAuthnWorkflowConfiguration
impl Default for TenantWebAuthnWorkflowConfiguration
Source§fn default() -> TenantWebAuthnWorkflowConfiguration
fn default() -> TenantWebAuthnWorkflowConfiguration
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for TenantWebAuthnWorkflowConfiguration
impl<'de> Deserialize<'de> for TenantWebAuthnWorkflowConfiguration
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for TenantWebAuthnWorkflowConfiguration
impl PartialEq for TenantWebAuthnWorkflowConfiguration
Source§fn eq(&self, other: &TenantWebAuthnWorkflowConfiguration) -> bool
fn eq(&self, other: &TenantWebAuthnWorkflowConfiguration) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for TenantWebAuthnWorkflowConfiguration
Auto Trait Implementations§
impl Freeze for TenantWebAuthnWorkflowConfiguration
impl RefUnwindSafe for TenantWebAuthnWorkflowConfiguration
impl Send for TenantWebAuthnWorkflowConfiguration
impl Sync for TenantWebAuthnWorkflowConfiguration
impl Unpin for TenantWebAuthnWorkflowConfiguration
impl UnwindSafe for TenantWebAuthnWorkflowConfiguration
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