pub struct InMemoryRevocationList { /* private fields */ }Expand description
Default in-memory revocation list keyed by jti (JWT ID claim).
Implementations§
Trait Implementations§
Source§impl Clone for InMemoryRevocationList
impl Clone for InMemoryRevocationList
Source§fn clone(&self) -> InMemoryRevocationList
fn clone(&self) -> InMemoryRevocationList
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Default for InMemoryRevocationList
impl Default for InMemoryRevocationList
Source§fn default() -> InMemoryRevocationList
fn default() -> InMemoryRevocationList
Returns the “default value” for a type. Read more
Source§impl RevocationList for InMemoryRevocationList
impl RevocationList for InMemoryRevocationList
fn is_revoked(&self, jti: &str) -> bool
Auto Trait Implementations§
impl Freeze for InMemoryRevocationList
impl RefUnwindSafe for InMemoryRevocationList
impl Send for InMemoryRevocationList
impl Sync for InMemoryRevocationList
impl Unpin for InMemoryRevocationList
impl UnsafeUnpin for InMemoryRevocationList
impl UnwindSafe for InMemoryRevocationList
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