W3cubDocs

/Rust

Module std::collections::hash_map

A hash map implementation which uses linear probing with Robin Hood bucket stealing.

Structs

DefaultHasher

The default Hasher used by RandomState.

Drain

HashMap drain iterator.

HashMap

A hash map implementation which uses linear probing with Robin Hood bucket stealing.

IntoIter

HashMap move iterator.

Iter

HashMap iterator.

IterMut

HashMap mutable values iterator.

Keys

HashMap keys iterator.

OccupiedEntry

A view into a single occupied location in a HashMap. It is part of the Entry enum.

RandomState

RandomState is the default state for HashMap types.

VacantEntry

A view into a single empty location in a HashMap. It is part of the Entry enum.

Values

HashMap values iterator.

ValuesMut

Mutable HashMap values iterator.

Enums

Entry

A view into a single location in a map, which may be vacant or occupied. This enum is constructed from the entry method on HashMap.

© 2010 The Rust Project Developers
Licensed under the Apache License, Version 2.0 or the MIT license, at your option.
https://doc.rust-lang.org/std/collections/hash_map/index.html