Struct hash_by_ref::HashByRef [] [src]

pub struct HashByRef<T> { /* fields omitted */ }

Methods

impl<T> HashByRef<T>
[src]

Trait Implementations

impl<T: Debug> Debug for HashByRef<T>
[src]

Formats the value using the given formatter.

impl<T> Hash for HashByRef<T>
[src]

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

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

impl<T> PartialEq for HashByRef<T>
[src]

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

This method tests for !=.

impl<T> Eq for HashByRef<T>
[src]