pub enum TableSection {
Header,
Body,
Footer,
}Expand description
Semantic table sections.
Variants§
Trait Implementations§
Source§impl Clone for TableSection
impl Clone for TableSection
Source§fn clone(&self) -> TableSection
fn clone(&self) -> TableSection
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for TableSection
Source§impl Debug for TableSection
impl Debug for TableSection
impl Eq for TableSection
Source§impl Hash for TableSection
impl Hash for TableSection
Source§impl PartialEq for TableSection
impl PartialEq for TableSection
Source§fn eq(&self, other: &TableSection) -> bool
fn eq(&self, other: &TableSection) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for TableSection
Auto Trait Implementations§
impl Freeze for TableSection
impl RefUnwindSafe for TableSection
impl Send for TableSection
impl Sync for TableSection
impl Unpin for TableSection
impl UnsafeUnpin for TableSection
impl UnwindSafe for TableSection
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