pub enum DatePickerCtrlEvent {
DateChanged,
}Expand description
Events emitted by DatePickerCtrl
Variants§
DateChanged
Emitted when the date is changed
Trait Implementations§
Source§impl Clone for DatePickerCtrlEvent
impl Clone for DatePickerCtrlEvent
Source§fn clone(&self) -> DatePickerCtrlEvent
fn clone(&self) -> DatePickerCtrlEvent
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 moreimpl Copy for DatePickerCtrlEvent
Source§impl Debug for DatePickerCtrlEvent
impl Debug for DatePickerCtrlEvent
impl Eq for DatePickerCtrlEvent
Source§impl PartialEq for DatePickerCtrlEvent
impl PartialEq for DatePickerCtrlEvent
Source§fn eq(&self, other: &DatePickerCtrlEvent) -> bool
fn eq(&self, other: &DatePickerCtrlEvent) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for DatePickerCtrlEvent
Auto Trait Implementations§
impl Freeze for DatePickerCtrlEvent
impl RefUnwindSafe for DatePickerCtrlEvent
impl Send for DatePickerCtrlEvent
impl Sync for DatePickerCtrlEvent
impl Unpin for DatePickerCtrlEvent
impl UnsafeUnpin for DatePickerCtrlEvent
impl UnwindSafe for DatePickerCtrlEvent
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