pub struct RawVacantEntryMut<'a, K: 'a, V: 'a, S: 'a> { /* fields omitted */ }🔬 This is a nightly-only experimental API. (
hash_raw_entry #56167)
A view into a vacant entry in a HashMap.
It is part of the RawEntryMut enum.
🔬 This is a nightly-only experimental API. (
hash_raw_entry #56167)
Sets the value of the entry with the VacantEntry's key,
and returns a mutable reference to it.
🔬 This is a nightly-only experimental API. (
hash_raw_entry #56167)
Sets the value of the entry with the VacantEntry's key,
and returns a mutable reference to it.
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