pub struct TranspositionCache<K: Eq + Hash + Game + Send + Sync + 'static, S: BuildHasher + Default>(/* private fields */);
Expand description
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<K, S> Freeze for TranspositionCache<K, S>
impl<K, S> !RefUnwindSafe for TranspositionCache<K, S>
impl<K, S> Send for TranspositionCache<K, S>where
S: Send,
impl<K, S> Sync for TranspositionCache<K, S>where
S: Sync,
impl<K, S> Unpin for TranspositionCache<K, S>
impl<K, S> !UnwindSafe for TranspositionCache<K, S>
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