Struct webdriver::command::AuthenticatorParameters
source · pub struct AuthenticatorParameters {
pub protocol: WebAuthnProtocol,
pub transport: AuthenticatorTransport,
pub has_resident_key: bool,
pub has_user_verification: bool,
pub is_user_consenting: bool,
pub is_user_verified: bool,
}
Fields§
§protocol: WebAuthnProtocol
§transport: AuthenticatorTransport
§has_resident_key: bool
§has_user_verification: bool
§is_user_consenting: bool
§is_user_verified: bool
Trait Implementations§
source§impl Clone for AuthenticatorParameters
impl Clone for AuthenticatorParameters
source§fn clone(&self) -> AuthenticatorParameters
fn clone(&self) -> AuthenticatorParameters
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 Debug for AuthenticatorParameters
impl Debug for AuthenticatorParameters
source§impl<'de> Deserialize<'de> for AuthenticatorParameters
impl<'de> Deserialize<'de> for AuthenticatorParameters
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 AuthenticatorParameters
impl PartialEq for AuthenticatorParameters
source§fn eq(&self, other: &AuthenticatorParameters) -> bool
fn eq(&self, other: &AuthenticatorParameters) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for AuthenticatorParameters
impl Serialize for AuthenticatorParameters
impl StructuralPartialEq for AuthenticatorParameters
Auto Trait Implementations§
impl Freeze for AuthenticatorParameters
impl RefUnwindSafe for AuthenticatorParameters
impl Send for AuthenticatorParameters
impl Sync for AuthenticatorParameters
impl Unpin for AuthenticatorParameters
impl UnwindSafe for AuthenticatorParameters
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