pub struct DatePickerConfig {
pub modifier: Modifier,
pub colors: DatePickerColors,
pub show_mode_toggle: bool,
}Expand description
Configuration for DatePicker.
Fields§
§modifier: Modifier§colors: DatePickerColors§show_mode_toggle: boolTrait Implementations§
Source§impl Clone for DatePickerConfig
impl Clone for DatePickerConfig
Source§fn clone(&self) -> DatePickerConfig
fn clone(&self) -> DatePickerConfig
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 !RefUnwindSafe for DatePickerConfig
impl !Send for DatePickerConfig
impl !Sync for DatePickerConfig
impl !UnwindSafe for DatePickerConfig
impl Freeze for DatePickerConfig
impl Unpin for DatePickerConfig
impl UnsafeUnpin for DatePickerConfig
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