Struct chromiumoxide::cdp::browser_protocol::web_authn::AuthenticatorId
source · pub struct AuthenticatorId(_);Implementations§
source§impl AuthenticatorId
impl AuthenticatorId
pub const IDENTIFIER: &'static str = "WebAuthn.AuthenticatorId"
Trait Implementations§
source§impl AsRef<str> for AuthenticatorId
impl AsRef<str> for AuthenticatorId
source§impl Borrow<str> for AuthenticatorId
impl Borrow<str> for AuthenticatorId
source§impl Clone for AuthenticatorId
impl Clone for AuthenticatorId
source§fn clone(&self) -> AuthenticatorId
fn clone(&self) -> AuthenticatorId
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 AuthenticatorId
impl Debug for AuthenticatorId
source§impl Default for AuthenticatorId
impl Default for AuthenticatorId
source§fn default() -> AuthenticatorId
fn default() -> AuthenticatorId
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for AuthenticatorId
impl<'de> Deserialize<'de> for AuthenticatorId
source§fn deserialize<__D>(
__deserializer: __D
) -> Result<AuthenticatorId, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>( __deserializer: __D ) -> Result<AuthenticatorId, <__D as Deserializer<'de>>::Error>where __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl From<String> for AuthenticatorId
impl From<String> for AuthenticatorId
source§fn from(expr: String) -> AuthenticatorId
fn from(expr: String) -> AuthenticatorId
Converts to this type from the input type.
source§impl Hash for AuthenticatorId
impl Hash for AuthenticatorId
source§impl PartialEq<AuthenticatorId> for AuthenticatorId
impl PartialEq<AuthenticatorId> for AuthenticatorId
source§fn eq(&self, other: &AuthenticatorId) -> bool
fn eq(&self, other: &AuthenticatorId) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Serialize for AuthenticatorId
impl Serialize for AuthenticatorId
source§fn serialize<__S>(
&self,
__serializer: __S
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
fn serialize<__S>( &self, __serializer: __S ) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where __S: Serializer,
Serialize this value into the given Serde serializer. Read more