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

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

一个用于计算 HashMap 中的键值对将存储在哪里的构建器。

有关用法示例,请参见 HashMap::raw_entry 文档。

Implementations

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

通过键访问条目。

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

通过键及其哈希值访问条目。

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

通过哈希访问条目。

Trait Implementations

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

Auto Trait Implementations

Blanket Implementations

获取 selfTypeIdRead more

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

从拥有的值中借用。 Read more

执行转换。

执行转换。

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

执行转换。

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

执行转换。