Structs§
- RawEntry
Builder - A builder for computing where in a
HashMap
a key-value pair would be stored. - RawEntry
Builder Mut - A builder for computing where in a
HashMap
a key-value pair would be stored. - RawOccupied
Entry Mut - A view into an occupied entry in a
HashMap
. It is part of theRawEntryMut
enum. - RawVacant
Entry Mut - A view into a vacant entry in a
HashMap
. It is part of theRawEntryMut
enum.
Enums§
- RawEntry
Mut - A view into a single entry in a map, which may either be vacant or occupied.