#[repr(u16)]pub enum VerificationMethodType {
JsonWebKey2020 = 0,
Multikey = 1,
MlDsa65VerificationKey2024 = 2,
}Variants§
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 From<VerificationMethodType> for Reader<'_>
impl From<VerificationMethodType> for Reader<'_>
Source§fn from(e: VerificationMethodType) -> Self
fn from(e: VerificationMethodType) -> Self
Converts to this type from the input type.
Source§impl From<VerificationMethodType> for u16
impl From<VerificationMethodType> for u16
Source§fn from(x: VerificationMethodType) -> u16
fn from(x: VerificationMethodType) -> u16
Converts to this type from the input type.
Source§impl HasTypeId for VerificationMethodType
impl HasTypeId for VerificationMethodType
Source§impl Introspect for VerificationMethodType
impl Introspect for VerificationMethodType
Source§fn introspect() -> Type
fn introspect() -> Type
Retrieves a description of the type.
Source§impl PartialEq for VerificationMethodType
impl PartialEq for VerificationMethodType
Source§impl TryFrom<u16> for VerificationMethodType
impl TryFrom<u16> 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.