Enum ic_cbor::CborHashTree
source · 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 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 CborHashTree
impl Debug for CborHashTree
source§impl PartialEq for CborHashTree
impl PartialEq for CborHashTree
source§fn eq(&self, other: &CborHashTree) -> bool
fn eq(&self, other: &CborHashTree) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Eq for CborHashTree
impl StructuralEq for CborHashTree
impl StructuralPartialEq for CborHashTree
Auto Trait Implementations§
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