pub enum CborHashTree {
Empty,
Fork,
Labelled,
Leaf,
Pruned,
}Variants§
Trait Implementations§
Source§impl Clone for CborHashTree
impl Clone for CborHashTree
Source§fn clone(&self) -> CborHashTree
fn clone(&self) -> CborHashTree
Returns a duplicate 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 CborHashTree
impl Debug for CborHashTree
Source§impl PartialEq for CborHashTree
impl PartialEq for CborHashTree
impl Eq for CborHashTree
impl StructuralPartialEq for CborHashTree
Auto Trait Implementations§
impl Freeze for CborHashTree
impl RefUnwindSafe for CborHashTree
impl Send for CborHashTree
impl Sync for CborHashTree
impl Unpin for CborHashTree
impl UnwindSafe for CborHashTree
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more