pub struct ConcurrentInitializer<K, V, S = RandomState> { /* private fields */ }Implementations§
Source§impl<K, V> ConcurrentInitializer<K, V>
impl<K, V> ConcurrentInitializer<K, V>
Source§impl<K, V, S> ConcurrentInitializer<K, V, S>
impl<K, V, S> ConcurrentInitializer<K, V, S>
pub fn with_hasher(build_hasher: S) -> Self
Auto Trait Implementations§
impl<K, V, S = RandomState> !Freeze for ConcurrentInitializer<K, V, S>
impl<K, V, S = RandomState> !RefUnwindSafe for ConcurrentInitializer<K, V, S>
impl<K, V, S> Send for ConcurrentInitializer<K, V, S>
impl<K, V, S> Sync for ConcurrentInitializer<K, V, S>
impl<K, V, S> Unpin for ConcurrentInitializer<K, V, S>where
S: Unpin,
impl<K, V, S = RandomState> !UnwindSafe for ConcurrentInitializer<K, V, S>
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more