Struct fusionauth_rust_client::models::web_authn_extensions_client_outputs::WebAuthnExtensionsClientOutputs
source · pub struct WebAuthnExtensionsClientOutputs {
pub cred_props: Option<Box<CredentialPropertiesOutput>>,
}
Expand description
WebAuthnExtensionsClientOutputs : Contains extension output for requested extensions during a WebAuthn ceremony
Fields§
§cred_props: Option<Box<CredentialPropertiesOutput>>
Implementations§
source§impl WebAuthnExtensionsClientOutputs
impl WebAuthnExtensionsClientOutputs
sourcepub fn new() -> WebAuthnExtensionsClientOutputs
pub fn new() -> WebAuthnExtensionsClientOutputs
Contains extension output for requested extensions during a WebAuthn ceremony
Trait Implementations§
source§impl Clone for WebAuthnExtensionsClientOutputs
impl Clone for WebAuthnExtensionsClientOutputs
source§fn clone(&self) -> WebAuthnExtensionsClientOutputs
fn clone(&self) -> WebAuthnExtensionsClientOutputs
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 WebAuthnExtensionsClientOutputs
impl Default for WebAuthnExtensionsClientOutputs
source§fn default() -> WebAuthnExtensionsClientOutputs
fn default() -> WebAuthnExtensionsClientOutputs
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for WebAuthnExtensionsClientOutputs
impl<'de> Deserialize<'de> for WebAuthnExtensionsClientOutputs
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 WebAuthnExtensionsClientOutputs
impl PartialEq for WebAuthnExtensionsClientOutputs
source§fn eq(&self, other: &WebAuthnExtensionsClientOutputs) -> bool
fn eq(&self, other: &WebAuthnExtensionsClientOutputs) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for WebAuthnExtensionsClientOutputs
Auto Trait Implementations§
impl RefUnwindSafe for WebAuthnExtensionsClientOutputs
impl Send for WebAuthnExtensionsClientOutputs
impl Sync for WebAuthnExtensionsClientOutputs
impl Unpin for WebAuthnExtensionsClientOutputs
impl UnwindSafe for WebAuthnExtensionsClientOutputs
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