pub struct RawEntryBuilder<'a, K: 'a, V: 'a, S: 'a> { /* fields omitted */ }🔬 This is a nightly-only experimental API. (
hash_raw_entry #56167)
A builder for computing where in a HashMap a key-value pair would be stored.
See the HashMap::raw_entry docs for usage examples.
🔬 This is a nightly-only experimental API. (
hash_raw_entry #56167)
🔬 This is a nightly-only experimental API. (
hash_raw_entry #56167)
Access an entry by a key and its hash.
🔬 This is a nightly-only experimental API. (
hash_raw_entry #56167)
🔬 This is a nightly-only experimental API. (
hash_raw_entry #56167)
Search possible locations for an element with hash hash until is_match returns true for
one of them. There is no guarantee that all keys passed to is_match will have the provided
hash.
Formats the value using the given formatter. Read more
🔬 This is a nightly-only experimental API. (
try_from #33417)
The type returned in the event of a conversion error.
🔬 This is a nightly-only experimental API. (
try_from #33417)
🔬 This is a nightly-only experimental API. (
try_from #33417)
The type returned in the event of a conversion error.
🔬 This is a nightly-only experimental API. (
try_from #33417)
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more
🔬 This is a nightly-only experimental API. (get_type_id #27745)
this method will likely be replaced by an associated static