Expand description
A hash map where keys are part of the values.
For more information, see IdHashMap.
Structs§
- IdHashMap 
- A hash map where the key is part of the value.
- IntoIter 
- An iterator over the elements of a IdHashMapby ownership. Created byIdHashMap::into_iter.
- Iter
- An iterator over the elements of a IdHashMapby shared reference. Created byIdHashMap::iter.
- IterMut
- An iterator over the elements of a IdHashMapby mutable reference. Created byIdHashMap::iter_mut.
- OccupiedEntry 
- A view into an occupied entry in an IdHashMap. Part of theEntryenum.
- RefMut
- A mutable reference to an IdHashMapitem.
- VacantEntry 
- A vacant entry.
Enums§
Traits§
- IdHashItem 
- An element stored in an IdHashMap.