Struct headless_chrome::protocol::cdp::WebAuthn::Credential
source · pub struct Credential {
pub credential_id: String,
pub is_resident_credential: bool,
pub rp_id: Option<String>,
pub private_key: String,
pub user_handle: Option<String>,
pub sign_count: JsUInt,
pub large_blob: Option<String>,
}Fields§
§credential_id: String§is_resident_credential: bool§rp_id: Option<String>§private_key: String§user_handle: Option<String>§sign_count: JsUInt§large_blob: Option<String>Trait Implementations§
source§impl Clone for Credential
impl Clone for Credential
source§fn clone(&self) -> Credential
fn clone(&self) -> Credential
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 Credential
impl Debug for Credential
source§impl<'de> Deserialize<'de> for Credential
impl<'de> Deserialize<'de> for Credential
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