pub struct CalendarDate { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for CalendarDate
impl Clone for CalendarDate
Source§fn clone(&self) -> CalendarDate
fn clone(&self) -> CalendarDate
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 CalendarDate
impl Debug for CalendarDate
Source§impl Ord for CalendarDate
impl Ord for CalendarDate
Source§fn cmp(&self, other: &CalendarDate) -> Ordering
fn cmp(&self, other: &CalendarDate) -> Ordering
1.21.0 (const: unstable) · 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 CalendarDate
impl PartialEq for CalendarDate
Source§fn eq(&self, other: &CalendarDate) -> bool
fn eq(&self, other: &CalendarDate) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for CalendarDate
impl PartialOrd for CalendarDate
impl Copy for CalendarDate
impl Eq for CalendarDate
impl StructuralPartialEq for CalendarDate
Auto Trait Implementations§
impl Freeze for CalendarDate
impl RefUnwindSafe for CalendarDate
impl Send for CalendarDate
impl Sync for CalendarDate
impl Unpin for CalendarDate
impl UnsafeUnpin for CalendarDate
impl UnwindSafe for CalendarDate
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