Struct fusionauth_rust_client::models::application_web_authn_configuration::ApplicationWebAuthnConfiguration
source · pub struct ApplicationWebAuthnConfiguration {
pub bootstrap_workflow: Option<Box<ApplicationWebAuthnWorkflowConfiguration>>,
pub reauthentication_workflow: Option<Box<ApplicationWebAuthnWorkflowConfiguration>>,
pub enabled: Option<bool>,
}
Expand description
ApplicationWebAuthnConfiguration : Application-level configuration for WebAuthn
Fields§
§bootstrap_workflow: Option<Box<ApplicationWebAuthnWorkflowConfiguration>>
§reauthentication_workflow: Option<Box<ApplicationWebAuthnWorkflowConfiguration>>
§enabled: Option<bool>
Implementations§
source§impl ApplicationWebAuthnConfiguration
impl ApplicationWebAuthnConfiguration
sourcepub fn new() -> ApplicationWebAuthnConfiguration
pub fn new() -> ApplicationWebAuthnConfiguration
Application-level configuration for WebAuthn
Trait Implementations§
source§impl Clone for ApplicationWebAuthnConfiguration
impl Clone for ApplicationWebAuthnConfiguration
source§fn clone(&self) -> ApplicationWebAuthnConfiguration
fn clone(&self) -> ApplicationWebAuthnConfiguration
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Default for ApplicationWebAuthnConfiguration
impl Default for ApplicationWebAuthnConfiguration
source§fn default() -> ApplicationWebAuthnConfiguration
fn default() -> ApplicationWebAuthnConfiguration
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for ApplicationWebAuthnConfiguration
impl<'de> Deserialize<'de> for ApplicationWebAuthnConfiguration
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 ApplicationWebAuthnConfiguration
impl PartialEq for ApplicationWebAuthnConfiguration
source§fn eq(&self, other: &ApplicationWebAuthnConfiguration) -> bool
fn eq(&self, other: &ApplicationWebAuthnConfiguration) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for ApplicationWebAuthnConfiguration
Auto Trait Implementations§
impl RefUnwindSafe for ApplicationWebAuthnConfiguration
impl Send for ApplicationWebAuthnConfiguration
impl Sync for ApplicationWebAuthnConfiguration
impl Unpin for ApplicationWebAuthnConfiguration
impl UnwindSafe for ApplicationWebAuthnConfiguration
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