pub struct DatePickerColors {
pub container_color: Color,
pub header_color: Color,
pub weekday_color: Color,
pub day_color: Color,
pub selected_day_color: Color,
pub selected_day_container_color: Color,
pub today_content_color: Color,
pub today_border_color: Color,
pub navigation_color: Color,
pub year_selected_container_color: Color,
pub year_selected_content_color: Color,
pub year_unselected_content_color: Color,
}Expand description
Colors for DatePicker.
Fields§
§container_color: Color§header_color: Color§weekday_color: Color§day_color: Color§selected_day_color: Color§selected_day_container_color: Color§today_content_color: Color§today_border_color: Color§year_selected_container_color: Color§year_selected_content_color: Color§year_unselected_content_color: ColorTrait Implementations§
Source§impl Clone for DatePickerColors
impl Clone for DatePickerColors
Source§fn clone(&self) -> DatePickerColors
fn clone(&self) -> DatePickerColors
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for DatePickerColors
impl RefUnwindSafe for DatePickerColors
impl Send for DatePickerColors
impl Sync for DatePickerColors
impl Unpin for DatePickerColors
impl UnsafeUnpin for DatePickerColors
impl UnwindSafe for DatePickerColors
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