Struct std::collections::hash_map::DefaultHasher1.13.0[][src]

pub struct DefaultHasher(_);
Expand description

RandomState 使用的默认 Hasher

未指定内部算法,因此不应依赖其内部版本及其散列。

Implementations

创建一个新的 DefaultHasher

不保证此哈希值与所有其他 DefaultHasher 实例相同,但与通过 newdefault 创建的所有其他 DefaultHasher 实例相同。

Trait Implementations

返回值的副本。 Read more

source 执行复制分配。 Read more

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

使用 new 创建一个新的 DefaultHasher。 有关更多信息,请参见其文档。

将一些数据写入此 HasherRead more

返回到目前为止写入的值的哈希值。 Read more

将单个 u8 写入此哈希器。

将单个 u16 写入此哈希器。

将单个 u32 写入此哈希器。

将单个 u64 写入此哈希器。

将单个 u128 写入此哈希器。

将单个 usize 写入此哈希器。

将单个 i8 写入此哈希器。

将单个 i16 写入此哈希器。

将单个 i32 写入此哈希器。

将单个 i64 写入此哈希器。

将单个 i128 写入此哈希器。

将单个 isize 写入此哈希器。

Auto Trait Implementations

Blanket Implementations

获取 selfTypeIdRead more

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

从拥有的值中借用。 Read more

执行转换。

执行转换。

获得所有权后的结果类型。

通常通过克隆从借用数据中创建拥有的数据。 Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into #41263)

recently added

使用借来的数据来替换拥有的数据,通常是通过克隆。 Read more

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

执行转换。

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

执行转换。