D | lib.rs | 65 pub struct LinkedHashMap<K, V, S = hash_map::RandomState> { struct 124 impl<K: Hash + Eq, V> LinkedHashMap<K, V> { impl 134 impl<K, V, S> LinkedHashMap<K, V, S> { implementation 188 impl<K: Hash + Eq, V, S: BuildHasher> LinkedHashMap<K, V, S> { implementation 190 LinkedHashMap { in with_map() 701 impl<'a, K, V, S, Q: ?Sized> Index<&'a Q> for LinkedHashMap<K, V, S> implementation 711 impl<'a, K, V, S, Q: ?Sized> IndexMut<&'a Q> for LinkedHashMap<K, V, S> implementation 719 impl<K: Hash + Eq + Clone, V: Clone, S: BuildHasher + Clone> Clone for LinkedHashMap<K, V, S> { implementation 727 impl<K: Hash + Eq, V, S: BuildHasher + Default> Default for LinkedHashMap<K, V, S> { implementation 731 impl<K: Hash + Eq, V, S: BuildHasher> Extend<(K, V)> for LinkedHashMap<K, V, S> { implementation [all …]
|