pub struct DisplayCellBuilderData<'a>(/* private fields */);
Expand description
Helper struct to print the cell builder data.
Trait Implementations§
Source§impl Binary for DisplayCellBuilderData<'_>
impl Binary for DisplayCellBuilderData<'_>
Source§impl<'a> Clone for DisplayCellBuilderData<'a>
impl<'a> Clone for DisplayCellBuilderData<'a>
Source§fn clone(&self) -> DisplayCellBuilderData<'a>
fn clone(&self) -> DisplayCellBuilderData<'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 DisplayCellBuilderData<'_>
impl Display for DisplayCellBuilderData<'_>
Source§impl LowerHex for DisplayCellBuilderData<'_>
impl LowerHex for DisplayCellBuilderData<'_>
Source§impl UpperHex for DisplayCellBuilderData<'_>
impl UpperHex for DisplayCellBuilderData<'_>
impl<'a> Copy for DisplayCellBuilderData<'a>
Auto Trait Implementations§
impl<'a> Freeze for DisplayCellBuilderData<'a>
impl<'a> RefUnwindSafe for DisplayCellBuilderData<'a>
impl<'a> Send for DisplayCellBuilderData<'a>
impl<'a> Sync for DisplayCellBuilderData<'a>
impl<'a> Unpin for DisplayCellBuilderData<'a>
impl<'a> UnwindSafe for DisplayCellBuilderData<'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