pub struct JwkCacheKey(/* private fields */);Expand description
Type-safe cache key for individual JWK keys.
Prevents accidentally mixing JWK cache keys with other cache key types.
Implementations§
Source§impl JwkCacheKey
impl JwkCacheKey
Trait Implementations§
Source§impl Clone for JwkCacheKey
impl Clone for JwkCacheKey
Source§fn clone(&self) -> JwkCacheKey
fn clone(&self) -> JwkCacheKey
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 JwkCacheKey
impl Debug for JwkCacheKey
Source§impl Hash for JwkCacheKey
impl Hash for JwkCacheKey
Source§impl PartialEq for JwkCacheKey
impl PartialEq for JwkCacheKey
impl Eq for JwkCacheKey
impl StructuralPartialEq for JwkCacheKey
Auto Trait Implementations§
impl Freeze for JwkCacheKey
impl RefUnwindSafe for JwkCacheKey
impl Send for JwkCacheKey
impl Sync for JwkCacheKey
impl Unpin for JwkCacheKey
impl UnwindSafe for JwkCacheKey
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.