Struct rustls::client::ClientSessionMemoryCache
source · pub struct ClientSessionMemoryCache { /* private fields */ }
Expand description
An implementer of StoresClientSessions
that stores everything
in memory. It enforces a limit on the number of entries
to bound memory usage.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for ClientSessionMemoryCache
impl Send for ClientSessionMemoryCache
impl Sync for ClientSessionMemoryCache
impl Unpin for ClientSessionMemoryCache
impl UnwindSafe for ClientSessionMemoryCache
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