Enum tree_hash::TreeHashType
source · pub enum TreeHashType {
Basic,
Vector,
List,
Container,
}Variants§
Trait Implementations§
source§impl Clone for TreeHashType
impl Clone for TreeHashType
source§fn clone(&self) -> TreeHashType
fn clone(&self) -> TreeHashType
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 TreeHashType
impl Debug for TreeHashType
source§impl PartialEq<TreeHashType> for TreeHashType
impl PartialEq<TreeHashType> for TreeHashType
source§fn eq(&self, other: &TreeHashType) -> bool
fn eq(&self, other: &TreeHashType) -> bool
This method tests for
self and other values to be equal, and is used
by ==.