pub struct RawEntryBuilder<'a, K: 'a, V: 'a, S: 'a> { /* private fields */ }
🔬 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,
impl<T> Borrow<T> for T where
T: ?Sized,
Immutably borrows from an owned value. Read more
impl<T> BorrowMut<T> for T where
T: ?Sized,
Mutably borrows from an owned value. Read more
impl<T, U> Into<U> for T where
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
The type returned in the event of a conversion error.
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
The type returned in the event of a conversion error.