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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more