pub struct AuthenticatorAttestationResponseRaw {
pub attestation_object: Base64UrlSafeData,
pub client_data_json: Base64UrlSafeData,
pub transports: Option<Vec<AuthenticatorTransport>>,
}Expand description
Fields§
§attestation_object: Base64UrlSafeData§client_data_json: Base64UrlSafeData§transports: Option<Vec<AuthenticatorTransport>>Trait Implementations§
source§impl Clone for AuthenticatorAttestationResponseRaw
impl Clone for AuthenticatorAttestationResponseRaw
source§fn clone(&self) -> AuthenticatorAttestationResponseRaw
fn clone(&self) -> AuthenticatorAttestationResponseRaw
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<'de> Deserialize<'de> for AuthenticatorAttestationResponseRaw
impl<'de> Deserialize<'de> for AuthenticatorAttestationResponseRaw
source§fn deserialize<__D>(
__deserializer: __D
) -> Result<AuthenticatorAttestationResponseRaw, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>( __deserializer: __D ) -> Result<AuthenticatorAttestationResponseRaw, <__D as Deserializer<'de>>::Error>where __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl Serialize for AuthenticatorAttestationResponseRaw
impl Serialize for AuthenticatorAttestationResponseRaw
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
Auto Trait Implementations§
impl RefUnwindSafe for AuthenticatorAttestationResponseRaw
impl Send for AuthenticatorAttestationResponseRaw
impl Sync for AuthenticatorAttestationResponseRaw
impl Unpin for AuthenticatorAttestationResponseRaw
impl UnwindSafe for AuthenticatorAttestationResponseRaw
Blanket Implementations§
§impl<'a, T> AsTaggedExplicit<'a> for Twhere
T: 'a,
impl<'a, T> AsTaggedExplicit<'a> for Twhere T: 'a,
§impl<'a, T> AsTaggedImplicit<'a> for Twhere
T: 'a,
impl<'a, T> AsTaggedImplicit<'a> for Twhere T: 'a,
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