Struct everscale_types::cell::DisplayCellRoot
source · pub struct DisplayCellRoot<'a> { /* private fields */ }Expand description
Helper struct to print only the root cell in the cell tree.
Trait Implementations§
source§impl<'a> Clone for DisplayCellRoot<'a>
impl<'a> Clone for DisplayCellRoot<'a>
source§fn clone(&self) -> DisplayCellRoot<'a>
fn clone(&self) -> DisplayCellRoot<'a>
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