pub enum TableCellType {
Heading,
Ordinary,
}
Expand description
Type of table cell.
Variants§
Trait Implementations§
Source§impl Clone for TableCellType
impl Clone for TableCellType
Source§fn clone(&self) -> TableCellType
fn clone(&self) -> TableCellType
Returns a copy 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 Debug for TableCellType
impl Debug for TableCellType
Source§impl Hash for TableCellType
impl Hash for TableCellType
Source§impl PartialEq for TableCellType
impl PartialEq for TableCellType
impl Copy for TableCellType
impl Eq for TableCellType
impl StructuralPartialEq for TableCellType
Auto Trait Implementations§
impl Freeze for TableCellType
impl RefUnwindSafe for TableCellType
impl Send for TableCellType
impl Sync for TableCellType
impl Unpin for TableCellType
impl UnwindSafe for TableCellType
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