pub struct Styles {
pub header: Style,
pub cell: Style,
pub selected: Style,
}Expand description
Styles contains style definitions for this list component. By default,
these values are generated by default_styles.
Fields§
§header: StyleThe style for the header row.
cell: StyleThe style for cells.
selected: StyleThe style 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 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