Module unc_sdk::store::unordered_map
source · Structs§
- A draining iterator for
UnorderedMap<K, V, H>. - An iterator over elements of a
UnorderedMap. - A mutable iterator over elements of a
UnorderedMap. - An iterator over the keys of a
UnorderedMap. - View into an occupied entry in a
UnorderedMap. This is part of theEntryenum. - UnorderedMapDeprecatedA lazily loaded storage map that stores its content directly on the storage trie. This structure is similar to
unc_sdk::store::LookupMap, except that it stores the keys so thatUnorderedMapcan be iterable. - View into a vacant entry in a
UnorderedMap. This is part of theEntryenum. - An iterator over the values of a
UnorderedMap. - A mutable iterator over values of a
UnorderedMap.
Enums§
- A view into a single entry in the map, which can be vacant or occupied.