pub struct MerkleSummary {
pub root: Hash32,
pub leaf_count: u64,
}Fields§
§root: Hash32§leaf_count: u64Trait Implementations§
Source§impl Clone for MerkleSummary
impl Clone for MerkleSummary
Source§fn clone(&self) -> MerkleSummary
fn clone(&self) -> MerkleSummary
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 MerkleSummary
impl Debug for MerkleSummary
impl Eq for MerkleSummary
Source§impl PartialEq for MerkleSummary
impl PartialEq for MerkleSummary
impl StructuralPartialEq for MerkleSummary
Auto Trait Implementations§
impl Freeze for MerkleSummary
impl RefUnwindSafe for MerkleSummary
impl Send for MerkleSummary
impl Sync for MerkleSummary
impl Unpin for MerkleSummary
impl UnsafeUnpin for MerkleSummary
impl UnwindSafe for MerkleSummary
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