pub struct JwkCache { /* private fields */ }Implementations§
Auto Trait Implementations§
impl Freeze for JwkCache
impl !RefUnwindSafe for JwkCache
impl Send for JwkCache
impl Sync for JwkCache
impl Unpin for JwkCache
impl !UnwindSafe for JwkCache
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