pub enum CellText {
String(String),
Char(char),
None,
}Expand description
The text stored in a cell
Variants§
String(String)
Only used if you start with the zero width chars
Char(char)
A character
None
Literally nothing
Implementations§
Trait Implementations§
impl Eq for CellText
impl StructuralPartialEq for CellText
Auto Trait Implementations§
impl Freeze for CellText
impl RefUnwindSafe for CellText
impl Send for CellText
impl Sync for CellText
impl Unpin for CellText
impl UnwindSafe for CellText
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)