Struct everscale_types::cell::CellTreeStats
source · Expand description
Cell tree storage stats.
NOTE: identical cells are counted each time they occur in the tree.
Fields§
§bit_count: u64Total number of bits in tree.
cell_count: u64Total number of cells in tree.
Trait Implementations§
source§impl Add<CellTreeStats> for CellTreeStats
impl Add<CellTreeStats> for CellTreeStats
source§impl AddAssign<CellTreeStats> for CellTreeStats
impl AddAssign<CellTreeStats> for CellTreeStats
source§fn add_assign(&mut self, rhs: Self)
fn add_assign(&mut self, rhs: Self)
Performs the
+= operation. Read moresource§impl Clone for CellTreeStats
impl Clone for CellTreeStats
source§fn clone(&self) -> CellTreeStats
fn clone(&self) -> CellTreeStats
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 CellTreeStats
impl Debug for CellTreeStats
source§impl Default for CellTreeStats
impl Default for CellTreeStats
source§fn default() -> CellTreeStats
fn default() -> CellTreeStats
Returns the “default value” for a type. Read more
source§impl PartialEq<CellTreeStats> for CellTreeStats
impl PartialEq<CellTreeStats> for CellTreeStats
source§fn eq(&self, other: &CellTreeStats) -> bool
fn eq(&self, other: &CellTreeStats) -> bool
This method tests for
self and other values to be equal, and is used
by ==.