pub struct Styles {Show 16 fields
pub title_bar: Style,
pub title: Style,
pub spinner: Style,
pub filter: Styles,
pub default_filter_character_match: Style,
pub status_bar: Style,
pub status_empty: Style,
pub status_bar_active_filter: Style,
pub status_bar_filter_count: Style,
pub no_items: Style,
pub pagination_style: Style,
pub help_style: Style,
pub active_pagination_dot: Style,
pub inactive_pagination_dot: Style,
pub arabic_pagination: Style,
pub divider_dot: Style,
}Expand description
Styles contains style definitions for this list component. By default,
these values are generated by default_styles.
Fields§
§title_bar: StyleStyle for the title bar.
title: StyleStyle for the title.
spinner: StyleStyle for the spinner.
filter: StylesStyles for the filter input.
default_filter_character_match: StyleDefault styling for matched characters in a filter. This can be overridden by delegates.
status_bar: StyleStyle for the status bar.
status_empty: StyleStyle for the empty status.
status_bar_active_filter: StyleStyle for the active filter status.
status_bar_filter_count: StyleStyle for the filter count status.
no_items: StyleStyle for the “no items” view.
pagination_style: StyleStyle for the pagination.
help_style: StyleStyle for the help.
active_pagination_dot: StyleStyled characters. Style for the active pagination dot.
inactive_pagination_dot: StyleStyle for the inactive pagination dot.
arabic_pagination: StyleStyle for the arabic pagination.
divider_dot: StyleStyle for the divider dot.
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 UnsafeUnpin 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