Struct sparse_merkle_tree::tree::BranchNode [−][src]
pub struct BranchNode {
pub left: MergeValue,
pub right: MergeValue,
}
Expand description
A branch in the SMT
Fields
left: MergeValue
right: MergeValue
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for BranchNode
impl Send for BranchNode
impl Sync for BranchNode
impl Unpin for BranchNode
impl UnwindSafe for BranchNode
Blanket Implementations
Mutably borrows from an owned value. Read more