pub struct JwksCacheEntry {
pub jwks: Jwks,
pub fetched_at: i64,
}Fields§
§jwks: Jwks§fetched_at: i64Trait Implementations§
Source§impl Clone for JwksCacheEntry
impl Clone for JwksCacheEntry
Source§fn clone(&self) -> JwksCacheEntry
fn clone(&self) -> JwksCacheEntry
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 moreAuto Trait Implementations§
impl Freeze for JwksCacheEntry
impl RefUnwindSafe for JwksCacheEntry
impl Send for JwksCacheEntry
impl Sync for JwksCacheEntry
impl Unpin for JwksCacheEntry
impl UnwindSafe for JwksCacheEntry
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