Struct seed_datepicker::Model [−][src]
pub struct Model<T> where
T: HasDateConstraints + Default + Clone, { /* fields omitted */ }Model describes the current datepicker state.
Implementations
impl<T: HasDateConstraints + Default + Clone> Model<T>[src]
impl<T: HasDateConstraints + Default + Clone> Model<T>[src]pub fn selected_date(&self) -> &Option<NaiveDate>[src]
selected value of the datepicker
pub fn config(&self) -> &PickerConfig<T>[src]
Auto Trait Implementations
impl<T> RefUnwindSafe for Model<T> where
T: RefUnwindSafe,
impl<T> RefUnwindSafe for Model<T> where
T: RefUnwindSafe, impl<T> UnwindSafe for Model<T> where
T: UnwindSafe,
impl<T> UnwindSafe for Model<T> where
T: UnwindSafe,