Struct light_cache::cache::LightCacheInner
source · pub struct LightCacheInner<K, V, S = DefaultHashBuilder, P = NoopPolicy> { /* private fields */ }Auto Trait Implementations§
impl<K, V, S, P> Freeze for LightCacheInner<K, V, S, P>
impl<K, V, S, P> RefUnwindSafe for LightCacheInner<K, V, S, P>where
P: RefUnwindSafe,
S: RefUnwindSafe,
impl<K, V, S, P> Send for LightCacheInner<K, V, S, P>
impl<K, V, S, P> Sync for LightCacheInner<K, V, S, P>
impl<K, V, S, P> Unpin for LightCacheInner<K, V, S, P>
impl<K, V, S, P> UnwindSafe for LightCacheInner<K, V, S, P>where
P: UnwindSafe,
S: 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