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