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