pub struct RawEntryBuilder<'a, K: 'a, V: 'a, S: 'a> { /* fields omitted */ }
🔬 This is a nightly-only experimental API. (
hash_raw_entry #56167)
 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.
🔬 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)
 
Formats the value using the given formatter. Read more
impl<T> Any for T where
    T: 'static + ?Sized, 
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more
impl<T, U> Into<U> for T where
    U: From<T>, 
The type returned in the event of a conversion error.
The type returned in the event of a conversion error.