pub struct Theme;
Trait Implementations§
source§impl Styler for Theme
impl Styler for Theme
fn table_header() -> Style
fn table_header_cell(col: usize) -> Style
fn table_row(row: usize) -> Style
fn table_highlight() -> Style
fn table_cell(_row: usize, _col: usize) -> Style
fn status_bar_red() -> Style
fn status_bar_green() -> Style
fn status_bar_blue() -> Style
fn item_block() -> Style
Auto Trait Implementations§
impl Freeze for Theme
impl RefUnwindSafe for Theme
impl Send for Theme
impl Sync for Theme
impl Unpin for Theme
impl UnwindSafe for Theme
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