pub enum PublicKeyCredentialType {
PublicKey,
}
Expand description
Variants§
PublicKey
Trait Implementations§
Source§impl Clone for PublicKeyCredentialType
impl Clone for PublicKeyCredentialType
Source§fn clone(&self) -> PublicKeyCredentialType
fn clone(&self) -> PublicKeyCredentialType
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 PublicKeyCredentialType
impl Debug for PublicKeyCredentialType
Source§impl Default for PublicKeyCredentialType
impl Default for PublicKeyCredentialType
Source§fn default() -> PublicKeyCredentialType
fn default() -> PublicKeyCredentialType
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for PublicKeyCredentialType
impl<'de> Deserialize<'de> for PublicKeyCredentialType
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 Display for PublicKeyCredentialType
impl Display for PublicKeyCredentialType
Source§impl Hash for PublicKeyCredentialType
impl Hash for PublicKeyCredentialType
Source§impl Ord for PublicKeyCredentialType
impl Ord for PublicKeyCredentialType
Source§fn cmp(&self, other: &PublicKeyCredentialType) -> Ordering
fn cmp(&self, other: &PublicKeyCredentialType) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for PublicKeyCredentialType
impl PartialEq for PublicKeyCredentialType
Source§impl PartialOrd for PublicKeyCredentialType
impl PartialOrd for PublicKeyCredentialType
Source§impl Serialize for PublicKeyCredentialType
impl Serialize for PublicKeyCredentialType
impl Copy for PublicKeyCredentialType
impl Eq for PublicKeyCredentialType
impl StructuralPartialEq for PublicKeyCredentialType
Auto Trait Implementations§
impl Freeze for PublicKeyCredentialType
impl RefUnwindSafe for PublicKeyCredentialType
impl Send for PublicKeyCredentialType
impl Sync for PublicKeyCredentialType
impl Unpin for PublicKeyCredentialType
impl UnwindSafe for PublicKeyCredentialType
Blanket Implementations§
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.