Struct icu_calendar::gregorian::GregorianDateInner
source · pub struct GregorianDateInner(IsoDateInner);
Expand description
Tuple Fields§
§0: IsoDateInner
Trait Implementations§
source§impl Clone for GregorianDateInner
impl Clone for GregorianDateInner
source§fn clone(&self) -> GregorianDateInner
fn clone(&self) -> GregorianDateInner
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 GregorianDateInner
impl Debug for GregorianDateInner
source§impl Hash for GregorianDateInner
impl Hash for GregorianDateInner
source§impl Ord for GregorianDateInner
impl Ord for GregorianDateInner
source§fn cmp(&self, other: &GregorianDateInner) -> Ordering
fn cmp(&self, other: &GregorianDateInner) -> 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 GregorianDateInner
impl PartialEq for GregorianDateInner
source§fn eq(&self, other: &GregorianDateInner) -> bool
fn eq(&self, other: &GregorianDateInner) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd for GregorianDateInner
impl PartialOrd for GregorianDateInner
source§fn partial_cmp(&self, other: &GregorianDateInner) -> Option<Ordering>
fn partial_cmp(&self, other: &GregorianDateInner) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl Copy for GregorianDateInner
impl Eq for GregorianDateInner
impl StructuralPartialEq for GregorianDateInner
Auto Trait Implementations§
impl Freeze for GregorianDateInner
impl RefUnwindSafe for GregorianDateInner
impl Send for GregorianDateInner
impl Sync for GregorianDateInner
impl Unpin for GregorianDateInner
impl UnwindSafe for GregorianDateInner
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