pub struct DatePickerDialogConfig {
pub modifier: Modifier,
pub shape_radius: Option<f32>,
pub colors: DatePickerColors,
}Expand description
Configuration for DatePickerDialog.
Fields§
§modifier: Modifier§shape_radius: Option<f32>§colors: DatePickerColorsTrait Implementations§
Source§impl Clone for DatePickerDialogConfig
impl Clone for DatePickerDialogConfig
Source§fn clone(&self) -> DatePickerDialogConfig
fn clone(&self) -> DatePickerDialogConfig
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 DatePickerDialogConfig
impl !Send for DatePickerDialogConfig
impl !Sync for DatePickerDialogConfig
impl !UnwindSafe for DatePickerDialogConfig
impl Freeze for DatePickerDialogConfig
impl Unpin for DatePickerDialogConfig
impl UnsafeUnpin for DatePickerDialogConfig
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