pub struct PublicKeyCredentialDescriptorCM {
pub type_: String,
pub id: Vec<u8>,
}
Available on crate features
ctap2-management
and ctap2
only.Fields§
§type_: String
The type of credential
id: Vec<u8>
The credential id.
Trait Implementations§
Source§impl Clone for PublicKeyCredentialDescriptorCM
impl Clone for PublicKeyCredentialDescriptorCM
Source§fn clone(&self) -> PublicKeyCredentialDescriptorCM
fn clone(&self) -> PublicKeyCredentialDescriptorCM
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl<'de> Deserialize<'de> for PublicKeyCredentialDescriptorCM
impl<'de> Deserialize<'de> for PublicKeyCredentialDescriptorCM
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 for PublicKeyCredentialDescriptorCM
impl PartialEq for PublicKeyCredentialDescriptorCM
Source§fn eq(&self, other: &PublicKeyCredentialDescriptorCM) -> bool
fn eq(&self, other: &PublicKeyCredentialDescriptorCM) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl Eq for PublicKeyCredentialDescriptorCM
impl StructuralPartialEq for PublicKeyCredentialDescriptorCM
Auto Trait Implementations§
impl Freeze for PublicKeyCredentialDescriptorCM
impl RefUnwindSafe for PublicKeyCredentialDescriptorCM
impl Send for PublicKeyCredentialDescriptorCM
impl Sync for PublicKeyCredentialDescriptorCM
impl Unpin for PublicKeyCredentialDescriptorCM
impl UnwindSafe for PublicKeyCredentialDescriptorCM
Blanket Implementations§
Source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
Source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> 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