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 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 DisplayCellRoot<'_>
impl Display for DisplayCellRoot<'_>
impl<'a> Copy for DisplayCellRoot<'a>
Auto Trait Implementations§
impl<'a> Freeze for DisplayCellRoot<'a>
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