pub struct KeyCache<V> { /* private fields */ }Expand description
String-keyed cache.
Trait Implementations§
Auto Trait Implementations§
impl<V> Freeze for KeyCache<V>
impl<V> RefUnwindSafe for KeyCache<V>where
V: RefUnwindSafe,
impl<V> Send for KeyCache<V>where
V: Send,
impl<V> Sync for KeyCache<V>where
V: Sync,
impl<V> Unpin for KeyCache<V>where
V: Unpin,
impl<V> UnsafeUnpin for KeyCache<V>
impl<V> UnwindSafe for KeyCache<V>where
V: UnwindSafe,
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