pub struct RegistrationWebAuthnOptions {
pub authenticator_selection: AuthenticatorSelection,
pub extensions: Option<Value>,
}Expand description
WebAuthn option customizations resolved for one registration request.
Fields§
§authenticator_selection: AuthenticatorSelection§extensions: Option<Value>Trait Implementations§
Source§impl Clone for RegistrationWebAuthnOptions
impl Clone for RegistrationWebAuthnOptions
Source§fn clone(&self) -> RegistrationWebAuthnOptions
fn clone(&self) -> RegistrationWebAuthnOptions
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for RegistrationWebAuthnOptions
impl Debug for RegistrationWebAuthnOptions
Source§impl PartialEq for RegistrationWebAuthnOptions
impl PartialEq for RegistrationWebAuthnOptions
Source§fn eq(&self, other: &RegistrationWebAuthnOptions) -> bool
fn eq(&self, other: &RegistrationWebAuthnOptions) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for RegistrationWebAuthnOptions
Auto Trait Implementations§
impl Freeze for RegistrationWebAuthnOptions
impl RefUnwindSafe for RegistrationWebAuthnOptions
impl Send for RegistrationWebAuthnOptions
impl Sync for RegistrationWebAuthnOptions
impl Unpin for RegistrationWebAuthnOptions
impl UnsafeUnpin for RegistrationWebAuthnOptions
impl UnwindSafe for RegistrationWebAuthnOptions
Blanket Implementations§
Source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
Source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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