#[repr(u8)]pub enum ICalendarSkip {
Omit = 0,
Backward = 1,
Forward = 2,
}
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for ICalendarSkip
impl Clone for ICalendarSkip
Source§fn clone(&self) -> ICalendarSkip
fn clone(&self) -> ICalendarSkip
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 ICalendarSkip
impl Debug for ICalendarSkip
Source§impl<'de> Deserialize<'de> for ICalendarSkip
impl<'de> Deserialize<'de> for ICalendarSkip
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 ICalendarSkip
impl Hash for ICalendarSkip
Source§impl IanaString for ICalendarSkip
impl IanaString for ICalendarSkip
Source§impl Ord for ICalendarSkip
impl Ord for ICalendarSkip
Source§fn cmp(&self, other: &ICalendarSkip) -> Ordering
fn cmp(&self, other: &ICalendarSkip) -> 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 ICalendarSkip
impl PartialEq for ICalendarSkip
Source§impl PartialOrd for ICalendarSkip
impl PartialOrd for ICalendarSkip
Source§impl Serialize for ICalendarSkip
impl Serialize for ICalendarSkip
impl Copy for ICalendarSkip
impl Eq for ICalendarSkip
impl StructuralPartialEq for ICalendarSkip
Auto Trait Implementations§
impl Freeze for ICalendarSkip
impl RefUnwindSafe for ICalendarSkip
impl Send for ICalendarSkip
impl Sync for ICalendarSkip
impl Unpin for ICalendarSkip
impl UnwindSafe for ICalendarSkip
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