Struct crayon::utils::hash_value::HashValue [] [src]

pub struct HashValue<T: ?Sized>(_, _)
where
    T: Hash
;

Methods

impl<T: ?Sized> HashValue<T> where
    T: Hash
[src]

[src]

Trait Implementations

impl<T: Debug + ?Sized> Debug for HashValue<T> where
    T: Hash
[src]

[src]

Formats the value using the given formatter.

impl<T: PartialEq + ?Sized> PartialEq for HashValue<T> where
    T: Hash
[src]

[src]

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

[src]

This method tests for !=.

impl<T: Eq + ?Sized> Eq for HashValue<T> where
    T: Hash
[src]

impl<T: ?Sized> Clone for HashValue<T> where
    T: Hash
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl<T: ?Sized> Copy for HashValue<T> where
    T: Hash
[src]

impl<T: ?Sized> Hash for HashValue<T> where
    T: Hash
[src]

[src]

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

1.3.0
[src]

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

impl<F> From<F> for HashValue<str> where
    F: AsRef<str>, 
[src]

[src]

Performs the conversion.

impl<T> PartialEq<T> for HashValue<str> where
    T: AsRef<str>, 
[src]

[src]

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

1.0.0
[src]

This method tests for !=.

impl<T> From<T> for HashValue<Path> where
    T: AsRef<Path>, 
[src]

[src]

Performs the conversion.

impl<T> PartialEq<T> for HashValue<Path> where
    T: AsRef<Path>, 
[src]

[src]

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

1.0.0
[src]

This method tests for !=.