pub struct AuthCache { /* private fields */ }Expand description
TTL-based credential cache, keyed by (provider_name, agent_sub).
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for AuthCache
impl RefUnwindSafe for AuthCache
impl Send for AuthCache
impl Sync for AuthCache
impl Unpin for AuthCache
impl UnsafeUnpin for AuthCache
impl UnwindSafe for AuthCache
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