pub enum VerificationMethodType {
JsonWebKey2020,
Multikey,
MlDsa65VerificationKey2024,
}Expand description
Verification method type
Variants§
JsonWebKey2020
JSON Web Key 2020
Multikey
Multikey (new W3C standard)
MlDsa65VerificationKey2024
ML-DSA-65 Verification Key 2024 (post-quantum)
Trait Implementations§
Source§impl Clone for VerificationMethodType
impl Clone for VerificationMethodType
Source§fn clone(&self) -> VerificationMethodType
fn clone(&self) -> VerificationMethodType
Returns a duplicate 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 VerificationMethodType
impl Debug for VerificationMethodType
Source§impl<'de> Deserialize<'de> for VerificationMethodType
impl<'de> Deserialize<'de> for VerificationMethodType
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 VerificationMethodType
impl PartialEq for VerificationMethodType
Source§impl Serialize for VerificationMethodType
impl Serialize for VerificationMethodType
impl Copy for VerificationMethodType
impl Eq for VerificationMethodType
impl StructuralPartialEq for VerificationMethodType
Auto Trait Implementations§
impl Freeze for VerificationMethodType
impl RefUnwindSafe for VerificationMethodType
impl Send for VerificationMethodType
impl Sync for VerificationMethodType
impl Unpin for VerificationMethodType
impl UnwindSafe for VerificationMethodType
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,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.