pub struct DecodingInfo { /* private fields */ }
Expand description
Struct used to store the computed information needed to decode a JWT
Intended to be cached inside of JwkSetStore
to prevent decoding information about the same JWK more than once
Auto Trait Implementations§
impl Freeze for DecodingInfo
impl RefUnwindSafe for DecodingInfo
impl Send for DecodingInfo
impl Sync for DecodingInfo
impl Unpin for DecodingInfo
impl UnwindSafe for DecodingInfo
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