pub enum TableSectionKind {
Head,
Body,
Foot,
}Variants§
Trait Implementations§
Source§impl Clone for TableSectionKind
impl Clone for TableSectionKind
Source§fn clone(&self) -> TableSectionKind
fn clone(&self) -> TableSectionKind
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 TableSectionKind
impl Debug for TableSectionKind
Source§impl<'de> Deserialize<'de> for TableSectionKind
impl<'de> Deserialize<'de> for TableSectionKind
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 TableSectionKind
impl PartialEq for TableSectionKind
Source§impl Serialize for TableSectionKind
impl Serialize for TableSectionKind
impl Copy for TableSectionKind
impl Eq for TableSectionKind
impl StructuralPartialEq for TableSectionKind
Auto Trait Implementations§
impl Freeze for TableSectionKind
impl RefUnwindSafe for TableSectionKind
impl Send for TableSectionKind
impl Sync for TableSectionKind
impl Unpin for TableSectionKind
impl UnsafeUnpin for TableSectionKind
impl UnwindSafe for TableSectionKind
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