Enum netidx_netproto::resolver::HashMethod
source · [−]pub enum HashMethod {
Sha3_512,
}Variants
Sha3_512
Trait Implementations
sourceimpl Clone for HashMethod
impl Clone for HashMethod
sourcefn clone(&self) -> HashMethod
fn clone(&self) -> HashMethod
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for HashMethod
impl Debug for HashMethod
sourceimpl Pack for HashMethod
impl Pack for HashMethod
sourceimpl PartialEq<HashMethod> for HashMethod
impl PartialEq<HashMethod> for HashMethod
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<Q, K> Equivalent<K> for Q where
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Q where
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
sourcefn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to key and return true if they are equal.