pub struct CellContents<'a> {
pub highlight: u32,
pub text: OnceOrChars<'a>,
}Fields§
§highlight: u32§text: OnceOrChars<'a>Trait Implementations§
Source§impl<'a> Clone for CellContents<'a>
impl<'a> Clone for CellContents<'a>
Source§fn clone(&self) -> CellContents<'a>
fn clone(&self) -> CellContents<'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 moreAuto Trait Implementations§
impl<'a> Freeze for CellContents<'a>
impl<'a> RefUnwindSafe for CellContents<'a>
impl<'a> Send for CellContents<'a>
impl<'a> Sync for CellContents<'a>
impl<'a> Unpin for CellContents<'a>
impl<'a> UnwindSafe for CellContents<'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