pub struct Cache<K, V, S, W: Weigher<K, V> = One, L: Lifecycle<K, V> = DefaultLifecycle> { /* private fields */ }
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<K, V, S, W, L> Freeze for Cache<K, V, S, W, L>
impl<K, V, S, W, L> RefUnwindSafe for Cache<K, V, S, W, L>
impl<K, V, S, W, L> Send for Cache<K, V, S, W, L>
impl<K, V, S, W, L> Sync for Cache<K, V, S, W, L>
impl<K, V, S, W, L> Unpin for Cache<K, V, S, W, L>
impl<K, V, S, W, L> UnwindSafe for Cache<K, V, S, W, L>
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