pub struct ApplicationWebAuthnWorkflowConfiguration {
pub enabled: Option<bool>,
}
Expand description
ApplicationWebAuthnWorkflowConfiguration :
Fields§
§enabled: Option<bool>
Implementations§
Trait Implementations§
Source§impl Clone for ApplicationWebAuthnWorkflowConfiguration
impl Clone for ApplicationWebAuthnWorkflowConfiguration
Source§fn clone(&self) -> ApplicationWebAuthnWorkflowConfiguration
fn clone(&self) -> ApplicationWebAuthnWorkflowConfiguration
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 ApplicationWebAuthnWorkflowConfiguration
impl Default for ApplicationWebAuthnWorkflowConfiguration
Source§fn default() -> ApplicationWebAuthnWorkflowConfiguration
fn default() -> ApplicationWebAuthnWorkflowConfiguration
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ApplicationWebAuthnWorkflowConfiguration
impl<'de> Deserialize<'de> for ApplicationWebAuthnWorkflowConfiguration
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 ApplicationWebAuthnWorkflowConfiguration
impl PartialEq for ApplicationWebAuthnWorkflowConfiguration
Source§fn eq(&self, other: &ApplicationWebAuthnWorkflowConfiguration) -> bool
fn eq(&self, other: &ApplicationWebAuthnWorkflowConfiguration) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for ApplicationWebAuthnWorkflowConfiguration
Auto Trait Implementations§
impl Freeze for ApplicationWebAuthnWorkflowConfiguration
impl RefUnwindSafe for ApplicationWebAuthnWorkflowConfiguration
impl Send for ApplicationWebAuthnWorkflowConfiguration
impl Sync for ApplicationWebAuthnWorkflowConfiguration
impl Unpin for ApplicationWebAuthnWorkflowConfiguration
impl UnwindSafe for ApplicationWebAuthnWorkflowConfiguration
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