pub struct DisplayCellTree<'a>(/* private fields */);
Expand description
Helper struct to print all cells in the cell tree.
Trait Implementations§
Source§impl<'a> Clone for DisplayCellTree<'a>
impl<'a> Clone for DisplayCellTree<'a>
Source§fn clone(&self) -> DisplayCellTree<'a>
fn clone(&self) -> DisplayCellTree<'a>
Returns a duplicate 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 DisplayCellTree<'_>
impl Display for DisplayCellTree<'_>
impl<'a> Copy for DisplayCellTree<'a>
Auto Trait Implementations§
impl<'a> Freeze for DisplayCellTree<'a>
impl<'a> !RefUnwindSafe for DisplayCellTree<'a>
impl<'a> Send for DisplayCellTree<'a>
impl<'a> Sync for DisplayCellTree<'a>
impl<'a> Unpin for DisplayCellTree<'a>
impl<'a> !UnwindSafe for DisplayCellTree<'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