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 duplicate 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
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for WebAuthnExtensionsClientOutputs
Auto Trait Implementations§
impl Freeze for WebAuthnExtensionsClientOutputs
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