pub enum TableCellKind {
Header,
Data,
}Variants§
Trait Implementations§
Source§impl Clone for TableCellKind
impl Clone for TableCellKind
Source§fn clone(&self) -> TableCellKind
fn clone(&self) -> TableCellKind
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 Debug for TableCellKind
impl Debug for TableCellKind
Source§impl<'de> Deserialize<'de> for TableCellKind
impl<'de> Deserialize<'de> for TableCellKind
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for TableCellKind
impl PartialEq for TableCellKind
Source§impl Serialize for TableCellKind
impl Serialize for TableCellKind
impl Copy for TableCellKind
impl Eq for TableCellKind
impl StructuralPartialEq for TableCellKind
Auto Trait Implementations§
impl Freeze for TableCellKind
impl RefUnwindSafe for TableCellKind
impl Send for TableCellKind
impl Sync for TableCellKind
impl Unpin for TableCellKind
impl UnsafeUnpin for TableCellKind
impl UnwindSafe for TableCellKind
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