Struct everscale_types::cell::DisplayCellTree
source · pub struct DisplayCellTree<'a, C>(_);Expand description
Helper struct to print all cells in the cell tree.
Trait Implementations§
source§impl<'a, C: Clone> Clone for DisplayCellTree<'a, C>
impl<'a, C: Clone> Clone for DisplayCellTree<'a, C>
source§fn clone(&self) -> DisplayCellTree<'a, C>
fn clone(&self) -> DisplayCellTree<'a, C>
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 more