pub struct ICalendarDay {
pub ordwk: Option<i16>,
pub weekday: ICalendarWeekday,
}
Fields§
§ordwk: Option<i16>
§weekday: ICalendarWeekday
Trait Implementations§
Source§impl Clone for ICalendarDay
impl Clone for ICalendarDay
Source§fn clone(&self) -> ICalendarDay
fn clone(&self) -> ICalendarDay
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 ICalendarDay
impl Debug for ICalendarDay
Source§impl<'de> Deserialize<'de> for ICalendarDay
impl<'de> Deserialize<'de> for ICalendarDay
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 Display for ICalendarDay
impl Display for ICalendarDay
Source§impl Hash for ICalendarDay
impl Hash for ICalendarDay
Source§impl Ord for ICalendarDay
impl Ord for ICalendarDay
Source§fn cmp(&self, other: &ICalendarDay) -> Ordering
fn cmp(&self, other: &ICalendarDay) -> 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 ICalendarDay
impl PartialEq for ICalendarDay
Source§impl PartialOrd for ICalendarDay
impl PartialOrd for ICalendarDay
Source§impl Serialize for ICalendarDay
impl Serialize for ICalendarDay
impl Copy for ICalendarDay
impl Eq for ICalendarDay
impl StructuralPartialEq for ICalendarDay
Auto Trait Implementations§
impl Freeze for ICalendarDay
impl RefUnwindSafe for ICalendarDay
impl Send for ICalendarDay
impl Sync for ICalendarDay
impl Unpin for ICalendarDay
impl UnwindSafe for ICalendarDay
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