pub enum AnyJwkMethodType {
JsonWebKey2020,
RsaVerificationKey2018,
Ed25519VerificationKey2018,
Ed25519VerificationKey2020,
EcdsaSecp256k1VerificationKey2019,
EcdsaSecp256r1VerificationKey2019,
SolanaMethod2021,
}Variants§
JsonWebKey2020
JsonWebKey2020.
RsaVerificationKey2018
Deprecated verification method for the RsaSignature2018 suite.
Ed25519VerificationKey2018
Deprecated verification method for the Ed25519Signature2018 suite.
Ed25519VerificationKey2020
Deprecated verification method for the Ed25519Signature2020 suite.
EcdsaSecp256k1VerificationKey2019
EcdsaSecp256r1VerificationKey2019
SolanaMethod2021
Implementations§
Trait Implementations§
source§impl Clone for AnyJwkMethodType
impl Clone for AnyJwkMethodType
source§fn clone(&self) -> AnyJwkMethodType
fn clone(&self) -> AnyJwkMethodType
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 AnyJwkMethodType
impl Debug for AnyJwkMethodType
source§impl Hash for AnyJwkMethodType
impl Hash for AnyJwkMethodType
source§impl Ord for AnyJwkMethodType
impl Ord for AnyJwkMethodType
source§fn cmp(&self, other: &AnyJwkMethodType) -> Ordering
fn cmp(&self, other: &AnyJwkMethodType) -> 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 AnyJwkMethodType
impl PartialEq for AnyJwkMethodType
source§impl PartialOrd for AnyJwkMethodType
impl PartialOrd for AnyJwkMethodType
impl Copy for AnyJwkMethodType
impl Eq for AnyJwkMethodType
impl StructuralPartialEq for AnyJwkMethodType
Auto Trait Implementations§
impl Freeze for AnyJwkMethodType
impl RefUnwindSafe for AnyJwkMethodType
impl Send for AnyJwkMethodType
impl Sync for AnyJwkMethodType
impl Unpin for AnyJwkMethodType
impl UnwindSafe for AnyJwkMethodType
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> BorrowUnordered for T
impl<T> BorrowUnordered for T
fn as_unordered(&self) -> &Unordered<T>
source§impl<T> CallHasher for T
impl<T> CallHasher for T
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)source§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
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.source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
fn equivalent(&self, key: &K) -> bool
source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§impl<T, U, C> IntoWithContext<U, C> for Twhere
U: FromWithContext<T, C>,
impl<T, U, C> IntoWithContext<U, C> for Twhere
U: FromWithContext<T, C>,
source§impl<T> ResourceProvider<()> for T
impl<T> ResourceProvider<()> for T
source§fn get_resource(&self) -> &()
fn get_resource(&self) -> &()
Returns a reference to the resource of type
T.