Struct thaw::SelectTheme
source · pub struct SelectTheme {
pub font_color: String,
pub border_color: String,
pub background_color: String,
pub menu_background_color: String,
pub menu_background_color_hover: String,
}Fields§
§font_color: String§border_color: String§background_color: StringTrait Implementations§
source§impl Clone for SelectTheme
impl Clone for SelectTheme
source§fn clone(&self) -> SelectTheme
fn clone(&self) -> SelectTheme
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl ThemeMethod for SelectTheme
impl ThemeMethod for SelectTheme
Auto Trait Implementations§
impl RefUnwindSafe for SelectTheme
impl Send for SelectTheme
impl Sync for SelectTheme
impl Unpin for SelectTheme
impl UnwindSafe for SelectTheme
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