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 moresource§impl Display for DisplayCellRoot<'_>
impl Display for DisplayCellRoot<'_>
impl<'a> Copy for DisplayCellRoot<'a>
Auto Trait Implementations§
impl<'a> !RefUnwindSafe for DisplayCellRoot<'a>
impl<'a> Send for DisplayCellRoot<'a>
impl<'a> Sync for DisplayCellRoot<'a>
impl<'a> Unpin for DisplayCellRoot<'a>
impl<'a> !UnwindSafe for DisplayCellRoot<'a>
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