#[derive(Hash)].
core::hash
core::hash::Hash
A trait for values that can be hashed.
This trait should be implemented for any type that can be included in a hash calculation.
The most common way to implement this trait is by using