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