pub enum TableHeaderScope {
Row,
Column,
Both,
}
Expand description
The scope of a table header cell.
Variants§
Row
The header cell refers to the row.
Column
The header cell refers to the column.
Both
The header cell refers to both the row and the column.
Trait Implementations§
source§impl Clone for TableHeaderScope
impl Clone for TableHeaderScope
source§fn clone(&self) -> TableHeaderScope
fn clone(&self) -> TableHeaderScope
Returns a copy of the value. Read more
1.6.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 TableHeaderScope
impl Debug for TableHeaderScope
source§impl Hash for TableHeaderScope
impl Hash for TableHeaderScope
source§impl PartialEq for TableHeaderScope
impl PartialEq for TableHeaderScope
impl Copy for TableHeaderScope
impl Eq for TableHeaderScope
impl StructuralPartialEq for TableHeaderScope
Auto Trait Implementations§
impl Freeze for TableHeaderScope
impl RefUnwindSafe for TableHeaderScope
impl Send for TableHeaderScope
impl Sync for TableHeaderScope
impl Unpin for TableHeaderScope
impl UnwindSafe for TableHeaderScope
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)