pub struct AttestedCredentialData {
pub aaguid: Aaguid,
pub credential_id: CredentialID,
pub credential_pk: Value,
}Expand description
Attested Credential Data
Fields§
§aaguid: AaguidThe guid of the authenticator. May indicate manufacturer.
credential_id: CredentialIDThe credential ID.
credential_pk: ValueThe credentials public Key.
Trait Implementations§
source§impl Clone for AttestedCredentialData
impl Clone for AttestedCredentialData
source§fn clone(&self) -> AttestedCredentialData
fn clone(&self) -> AttestedCredentialData
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 moreAuto Trait Implementations§
impl RefUnwindSafe for AttestedCredentialData
impl Send for AttestedCredentialData
impl Sync for AttestedCredentialData
impl Unpin for AttestedCredentialData
impl UnwindSafe for AttestedCredentialData
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