Module raw_entry

Source

Structs§

RawEntryBuilder
A builder for computing where in a HashMap a key-value pair would be stored.
RawEntryBuilderMut
A builder for computing where in a HashMap a key-value pair would be stored.
RawOccupiedEntryMut
A view into an occupied entry in a HashMap. It is part of the RawEntryMut enum.
RawVacantEntryMut
A view into a vacant entry in a HashMap. It is part of the RawEntryMut enum.

Enums§

RawEntryMut
A view into a single entry in a map, which may either be vacant or occupied.