pub struct Style {
pub separator_x: Background,
pub separator_y: Background,
}Expand description
The appearance of a Table.
Fields§
§separator_x: BackgroundThe background color of the horizontal line separator between cells.
separator_y: BackgroundThe background color of the vertical line separator between cells.
Trait Implementations§
impl Copy for Style
Auto Trait Implementations§
impl Freeze for Style
impl RefUnwindSafe for Style
impl Send for Style
impl Sync for Style
impl Unpin for Style
impl UnsafeUnpin for Style
impl UnwindSafe for Style
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