Searched refs:FxHasher (Results 1 – 2 of 2) sorted by relevance
43 pub type FxHashMap<K, V> = HashMap<K, V, BuildHasherDefault<FxHasher>>;47 pub type FxHashSet<V> = HashSet<V, BuildHasherDefault<FxHasher>>;60 pub struct FxHasher { struct69 impl Default for FxHasher { argument71 fn default() -> FxHasher { in default()72 FxHasher { hash: 0 } in default()76 impl FxHasher { impl83 impl Hasher for FxHasher { implementation91 let mut hash = FxHasher { hash: self.hash }; in write()
37 In this configuration, `FxHasher` is the only export, and the