pub enum IntervalTypeSettings {
StartAndEnd,
Duration,
StartAndDuration,
DurationAndEnd,
}
Variants§
Trait Implementations§
source§impl Clone for IntervalTypeSettings
impl Clone for IntervalTypeSettings
source§fn clone(&self) -> IntervalTypeSettings
fn clone(&self) -> IntervalTypeSettings
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 IntervalTypeSettings
impl Debug for IntervalTypeSettings
source§impl PartialEq for IntervalTypeSettings
impl PartialEq for IntervalTypeSettings
source§fn eq(&self, other: &IntervalTypeSettings) -> bool
fn eq(&self, other: &IntervalTypeSettings) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for IntervalTypeSettings
Auto Trait Implementations§
impl RefUnwindSafe for IntervalTypeSettings
impl Send for IntervalTypeSettings
impl Sync for IntervalTypeSettings
impl Unpin for IntervalTypeSettings
impl UnwindSafe for IntervalTypeSettings
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