initSidebarItems({"enum":[["Entry","A map entry."]],"trait":[["Base","A trait that declares a map's key and value types."],["EntryMap","A map that supports efficient in-place manipulation."],["Get","A map that supports lookups using keys of type `&Q`."],["GetMut","A map that supports mutable lookups using keys of type `&Q`."],["Insert","A map that supports insertion."],["Map","A map."],["OccupiedEntry","An occupied map entry."],["Remove","A map that supports removals using keys of type `&Q`."],["VacantEntry","A vacant map entry."]]});