pub struct TableThemeStyleSpec {
pub border: StyleSpec,
pub header: StyleSpec,
pub row: StyleSpec,
pub row_alt: StyleSpec,
pub row_selected: StyleSpec,
pub row_hover: StyleSpec,
pub divider: StyleSpec,
}Fields§
§border: StyleSpec§header: StyleSpec§row: StyleSpec§row_alt: StyleSpec§row_selected: StyleSpec§row_hover: StyleSpec§divider: StyleSpecTrait Implementations§
Source§impl Clone for TableThemeStyleSpec
impl Clone for TableThemeStyleSpec
Source§fn clone(&self) -> TableThemeStyleSpec
fn clone(&self) -> TableThemeStyleSpec
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 TableThemeStyleSpec
impl Debug for TableThemeStyleSpec
Source§impl PartialEq for TableThemeStyleSpec
impl PartialEq for TableThemeStyleSpec
impl StructuralPartialEq for TableThemeStyleSpec
Auto Trait Implementations§
impl Freeze for TableThemeStyleSpec
impl RefUnwindSafe for TableThemeStyleSpec
impl Send for TableThemeStyleSpec
impl Sync for TableThemeStyleSpec
impl Unpin for TableThemeStyleSpec
impl UnsafeUnpin for TableThemeStyleSpec
impl UnwindSafe for TableThemeStyleSpec
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