Struct hash_combine::CombineHasher[][src]

pub struct CombineHasher { /* fields omitted */ }

struct CombineHasher

Methods

impl CombineHasher
[src]

new

Trait Implementations

impl Debug for CombineHasher
[src]

Formats the value using the given formatter. Read more

impl Clone for CombineHasher
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for CombineHasher
[src]

impl PartialEq for CombineHasher
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for CombineHasher
[src]

impl PartialOrd for CombineHasher
[src]

This method returns an ordering between self and other values if one exists. Read more

This method tests less than (for self and other) and is used by the < operator. Read more

This method tests less than or equal to (for self and other) and is used by the <= operator. Read more

This method tests greater than (for self and other) and is used by the > operator. Read more

This method tests greater than or equal to (for self and other) and is used by the >= operator. Read more

impl Ord for CombineHasher
[src]

This method returns an Ordering between self and other. Read more

Compares and returns the maximum of two values. Read more

Compares and returns the minimum of two values. Read more

impl Hash for CombineHasher
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

impl Default for CombineHasher
[src]

Returns the "default value" for a type. Read more

impl Hasher for CombineHasher
[src]

Returns the hash value for the values written so far. Read more

Writes some data into this Hasher. Read more

Writes a single u8 into this hasher.

Writes a single u16 into this hasher.

Writes a single u32 into this hasher.

Writes a single u64 into this hasher.

Writes a single u128 into this hasher.

Writes a single usize into this hasher.

Writes a single i8 into this hasher.

Writes a single i16 into this hasher.

Writes a single i32 into this hasher.

Writes a single i64 into this hasher.

Writes a single i128 into this hasher.

Writes a single isize into this hasher.

Auto Trait Implementations