Struct webdriver::common::CredentialParameters
source · pub struct CredentialParameters {
pub credential_id: String,
pub is_resident_credential: bool,
pub rp_id: String,
pub private_key: String,
pub user_handle: String,
pub sign_count: u64,
}
Fields§
§credential_id: String
§is_resident_credential: bool
§rp_id: String
§private_key: String
§user_handle: String
§sign_count: u64
Trait Implementations§
source§impl Clone for CredentialParameters
impl Clone for CredentialParameters
source§fn clone(&self) -> CredentialParameters
fn clone(&self) -> CredentialParameters
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 CredentialParameters
impl Debug for CredentialParameters
source§impl<'de> Deserialize<'de> for CredentialParameters
impl<'de> Deserialize<'de> for CredentialParameters
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 CredentialParameters
impl PartialEq for CredentialParameters
source§fn eq(&self, other: &CredentialParameters) -> bool
fn eq(&self, other: &CredentialParameters) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for CredentialParameters
impl Serialize for CredentialParameters
impl StructuralPartialEq for CredentialParameters
Auto Trait Implementations§
impl Freeze for CredentialParameters
impl RefUnwindSafe for CredentialParameters
impl Send for CredentialParameters
impl Sync for CredentialParameters
impl Unpin for CredentialParameters
impl UnwindSafe for CredentialParameters
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