Struct ctap_types::ctap2::AuthenticatorOptions
source · [−]pub struct AuthenticatorOptions {
pub rk: Option<bool>,
pub up: Option<bool>,
pub uv: Option<bool>,
}Fields
rk: Option<bool>up: Option<bool>uv: Option<bool>Note: This flag asks to perform UV within the authenticator, for instance with biometrics or on-device PIN entry, use of pinAuth is implicit where required.
Trait Implementations
sourceimpl Clone for AuthenticatorOptions
impl Clone for AuthenticatorOptions
sourcefn clone(&self) -> AuthenticatorOptions
fn clone(&self) -> AuthenticatorOptions
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for AuthenticatorOptions
impl Debug for AuthenticatorOptions
sourceimpl<'de> Deserialize<'de> for AuthenticatorOptions
impl<'de> Deserialize<'de> for AuthenticatorOptions
sourcefn 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
sourceimpl PartialEq<AuthenticatorOptions> for AuthenticatorOptions
impl PartialEq<AuthenticatorOptions> for AuthenticatorOptions
sourcefn eq(&self, other: &AuthenticatorOptions) -> bool
fn eq(&self, other: &AuthenticatorOptions) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
sourcefn ne(&self, other: &AuthenticatorOptions) -> bool
fn ne(&self, other: &AuthenticatorOptions) -> bool
This method tests for !=.
sourceimpl Serialize for AuthenticatorOptions
impl Serialize for AuthenticatorOptions
impl Eq for AuthenticatorOptions
impl StructuralEq for AuthenticatorOptions
impl StructuralPartialEq for AuthenticatorOptions
Auto Trait Implementations
impl RefUnwindSafe for AuthenticatorOptions
impl Send for AuthenticatorOptions
impl Sync for AuthenticatorOptions
impl Unpin for AuthenticatorOptions
impl UnwindSafe for AuthenticatorOptions
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more