Struct bitwarden_api_api::models::authenticator_attestation_raw_response::AuthenticatorAttestationRawResponse
source · pub struct AuthenticatorAttestationRawResponse {
pub id: Option<String>,
pub raw_id: Option<String>,
pub _type: Option<PublicKeyCredentialType>,
pub response: Option<Box<ResponseData>>,
pub extensions: Option<Box<AuthenticationExtensionsClientOutputs>>,
}Fields§
§id: Option<String>§raw_id: Option<String>§_type: Option<PublicKeyCredentialType>§response: Option<Box<ResponseData>>§extensions: Option<Box<AuthenticationExtensionsClientOutputs>>Implementations§
Trait Implementations§
source§impl Clone for AuthenticatorAttestationRawResponse
impl Clone for AuthenticatorAttestationRawResponse
source§fn clone(&self) -> AuthenticatorAttestationRawResponse
fn clone(&self) -> AuthenticatorAttestationRawResponse
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 Default for AuthenticatorAttestationRawResponse
impl Default for AuthenticatorAttestationRawResponse
source§fn default() -> AuthenticatorAttestationRawResponse
fn default() -> AuthenticatorAttestationRawResponse
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for AuthenticatorAttestationRawResponse
impl<'de> Deserialize<'de> for AuthenticatorAttestationRawResponse
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<AuthenticatorAttestationRawResponse> for AuthenticatorAttestationRawResponse
impl PartialEq<AuthenticatorAttestationRawResponse> for AuthenticatorAttestationRawResponse
source§fn eq(&self, other: &AuthenticatorAttestationRawResponse) -> bool
fn eq(&self, other: &AuthenticatorAttestationRawResponse) -> bool
This method tests for
self and other values to be equal, and is used
by ==.