pub enum RecurrencePatternType {
RelativeYearly,
AbsoluteYearly,
RelativeMonthly,
AbsoluteMonthly,
Weekly,
Daily,
}
Variants§
Trait Implementations§
Source§impl Clone for RecurrencePatternType
impl Clone for RecurrencePatternType
Source§fn clone(&self) -> RecurrencePatternType
fn clone(&self) -> RecurrencePatternType
Returns a duplicate 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 RecurrencePatternType
impl Debug for RecurrencePatternType
Source§impl<'de> Deserialize<'de> for RecurrencePatternType
impl<'de> Deserialize<'de> for RecurrencePatternType
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Hash for RecurrencePatternType
impl Hash for RecurrencePatternType
Source§impl Ord for RecurrencePatternType
impl Ord for RecurrencePatternType
Source§fn cmp(&self, other: &RecurrencePatternType) -> Ordering
fn cmp(&self, other: &RecurrencePatternType) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for RecurrencePatternType
impl PartialEq for RecurrencePatternType
Source§impl PartialOrd for RecurrencePatternType
impl PartialOrd for RecurrencePatternType
Source§impl Serialize for RecurrencePatternType
impl Serialize for RecurrencePatternType
impl Eq for RecurrencePatternType
impl StructuralPartialEq for RecurrencePatternType
Auto Trait Implementations§
impl Freeze for RecurrencePatternType
impl RefUnwindSafe for RecurrencePatternType
impl Send for RecurrencePatternType
impl Sync for RecurrencePatternType
impl Unpin for RecurrencePatternType
impl UnwindSafe for RecurrencePatternType
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