pub struct StaticJsonWebKeySet { /* private fields */ }Expand description
A static JSON web key set provider.
Implementations§
Source§impl StaticJsonWebKeySet
impl StaticJsonWebKeySet
Sourcepub fn new(jwks: JsonWebKeySet) -> Self
pub fn new(jwks: JsonWebKeySet) -> Self
Create a new static JSON web key set provider
Trait Implementations§
Source§impl Clone for StaticJsonWebKeySet
impl Clone for StaticJsonWebKeySet
Source§fn clone(&self) -> StaticJsonWebKeySet
fn clone(&self) -> StaticJsonWebKeySet
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 StaticJsonWebKeySet
impl Debug for StaticJsonWebKeySet
Source§impl JsonWebKeySetProvider for StaticJsonWebKeySet
impl JsonWebKeySetProvider for StaticJsonWebKeySet
Source§type Error = Infallible
type Error = Infallible
The error type from the fetch operation.
Auto Trait Implementations§
impl Freeze for StaticJsonWebKeySet
impl RefUnwindSafe for StaticJsonWebKeySet
impl Send for StaticJsonWebKeySet
impl Sync for StaticJsonWebKeySet
impl Unpin for StaticJsonWebKeySet
impl UnwindSafe for StaticJsonWebKeySet
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