Module entry

Source

Structs§

OccupiedEntry
A view into an occupied entry in a BTreeMap. It is part of the Entry enum.
VacantEntry
A view into a vacant entry in a BTreeMap. It is part of the Entry enum.
OccupiedErrorExperimental
The error returned by try_insert when the key already exists.

Enums§

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