pub enum PropertyAndSettingsPair {
Basic(BasicSettings),
Date(DateSettings),
Year(YearSettings),
Time(TimeSettings),
LocalOrUtc(LocalOrUtcSettings),
IntervalType(IntervalTypeSettings),
StartEndPoint(StartEndPointSettings),
Recurrence(RecurrenceSettings),
Midnight(MidnightSettings),
}
Variants§
Basic(BasicSettings)
Date(DateSettings)
Year(YearSettings)
Time(TimeSettings)
LocalOrUtc(LocalOrUtcSettings)
IntervalType(IntervalTypeSettings)
StartEndPoint(StartEndPointSettings)
Recurrence(RecurrenceSettings)
Midnight(MidnightSettings)
Trait Implementations§
source§impl Clone for PropertyAndSettingsPair
impl Clone for PropertyAndSettingsPair
source§fn clone(&self) -> PropertyAndSettingsPair
fn clone(&self) -> PropertyAndSettingsPair
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for PropertyAndSettingsPair
impl Debug for PropertyAndSettingsPair
source§impl PartialEq for PropertyAndSettingsPair
impl PartialEq for PropertyAndSettingsPair
impl StructuralPartialEq for PropertyAndSettingsPair
Auto Trait Implementations§
impl Freeze for PropertyAndSettingsPair
impl RefUnwindSafe for PropertyAndSettingsPair
impl Send for PropertyAndSettingsPair
impl Sync for PropertyAndSettingsPair
impl Unpin for PropertyAndSettingsPair
impl UnwindSafe for PropertyAndSettingsPair
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)