Lines Matching defs:HopSlotMap
148 pub struct HopSlotMap<K: Key, V> { struct
154 impl<V> HopSlotMap<DefaultKey, V> { impl
183 impl<K: Key, V> HopSlotMap<K, V> { impl
984 impl<K: Key, V> Clone for HopSlotMap<K, V> implementation
1001 impl<K: Key, V> Default for HopSlotMap<K, V> { implementation
1007 impl<K: Key, V> Index<K> for HopSlotMap<K, V> { implementation
1018 impl<K: Key, V> IndexMut<K> for HopSlotMap<K, V> { implementation
1290 impl<'a, K: Key, V> IntoIterator for &'a HopSlotMap<K, V> { implementation
1299 impl<'a, K: Key, V> IntoIterator for &'a mut HopSlotMap<K, V> { implementation
1308 impl<K: Key, V> IntoIterator for HopSlotMap<K, V> { implementation
1399 impl<K: Key, V: Serialize> Serialize for HopSlotMap<K, V> { implementation
1408 impl<'de, K: Key, V: Deserialize<'de>> Deserialize<'de> for HopSlotMap<K, V> { implementation