Struct hashbrown::hash_map::RawEntryBuilder
source · [−]pub struct RawEntryBuilder<'a, K, V, S, A: Allocator + Clone = Global> { /* private fields */ }
Expand description
A builder for computing where in a HashMap
a key-value pair would be stored.
See the HashMap::raw_entry
docs for usage examples.
Implementations
Access an entry by key.
Access an entry by a key and its hash.