pub struct Styles {
pub header: Style,
pub cell: Style,
pub selected: Style,
}Expand description
Styles for the table.
Fields§
§header: StyleStyle for the header row.
cell: StyleStyle for normal cells.
selected: StyleStyle for the selected row.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Styles
impl !RefUnwindSafe for Styles
impl Send for Styles
impl Sync for Styles
impl Unpin for Styles
impl !UnwindSafe for Styles
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