Struct std::collections::hash_map::RawVacantEntryMut[][src]

pub struct RawVacantEntryMut<'a, K: 'a, V: 'a, S: 'a> { /* fields omitted */ }
🔬 This is a nightly-only experimental API. (hash_raw_entry #56167)
Expand description

HashMap 中空闲条目的视图。 它是 RawEntryMut 枚举的一部分。

Implementations

🔬 This is a nightly-only experimental API. (hash_raw_entry #56167)

VacantEntry 的键设置条目的值,并返回对它的可变引用。

🔬 This is a nightly-only experimental API. (hash_raw_entry #56167)

使用 VacantEntry 的键设置条目的值,并为其返回变量引用。

Trait Implementations

使用给定的格式化程序格式化该值。 Read more

Auto Trait Implementations

Blanket Implementations

获取 selfTypeIdRead more

从拥有的值中一成不变地借用。 Read more

从拥有的值中借用。 Read more

执行转换。

执行转换。

发生转换错误时返回的类型。

执行转换。

发生转换错误时返回的类型。

执行转换。