pub struct Style {
pub text_color: Color,
pub placeholder_color: Color,
pub handle_color: Color,
pub background: Background,
pub border: Border,
}Expand description
The appearance of a pick list.
Fields§
§text_color: ColorThe text Color of the pick list.
placeholder_color: ColorThe placeholder Color of the pick list.
handle_color: ColorThe handle Color of the pick list.
background: BackgroundThe Background of the pick list.
border: BorderThe Border of the pick list.
Trait Implementations§
impl Copy for Style
impl StructuralPartialEq 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 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