Enum netidx_netproto::resolver::HashMethod
source · pub enum HashMethod {
Sha3_512,
}
Variants§
Sha3_512
Trait Implementations§
source§impl Clone for HashMethod
impl Clone for HashMethod
source§fn clone(&self) -> HashMethod
fn clone(&self) -> HashMethod
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for HashMethod
impl Debug for HashMethod
source§impl Pack for HashMethod
impl Pack for HashMethod
source§impl PartialEq<HashMethod> for HashMethod
impl PartialEq<HashMethod> for HashMethod
source§fn eq(&self, other: &HashMethod) -> bool
fn eq(&self, other: &HashMethod) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for HashMethod
impl Eq for HashMethod
impl StructuralEq for HashMethod
impl StructuralPartialEq for HashMethod
Auto Trait Implementations§
impl RefUnwindSafe for HashMethod
impl Send for HashMethod
impl Sync for HashMethod
impl Unpin for HashMethod
impl UnwindSafe for HashMethod
Blanket Implementations§
source§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.