Structs
- OccupiedErrorExperimentalThe error returned by
try_insertwhen the key already exists. - A view into an occupied entry in a
BTreeMap. It is part of theEntryenum. - A view into a vacant entry in a
BTreeMap. It is part of theEntryenum.
Enums
- A view into a single entry in a map, which may either be vacant or occupied.