Struct icu_calendar::iso::IsoDateInner
source · pub struct IsoDateInner(pub(crate) ArithmeticDate<Iso>);
Expand description
Tuple Fields§
§0: ArithmeticDate<Iso>
Implementations§
Trait Implementations§
source§impl Clone for IsoDateInner
impl Clone for IsoDateInner
source§fn clone(&self) -> IsoDateInner
fn clone(&self) -> IsoDateInner
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 IsoDateInner
impl Debug for IsoDateInner
source§impl From<&IsoDateInner> for EraStartDate
impl From<&IsoDateInner> for EraStartDate
source§fn from(other: &IsoDateInner) -> Self
fn from(other: &IsoDateInner) -> Self
Converts to this type from the input type.
source§impl Hash for IsoDateInner
impl Hash for IsoDateInner
source§impl Ord for IsoDateInner
impl Ord for IsoDateInner
source§fn cmp(&self, other: &IsoDateInner) -> Ordering
fn cmp(&self, other: &IsoDateInner) -> 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 IsoDateInner
impl PartialEq for IsoDateInner
source§fn eq(&self, other: &IsoDateInner) -> bool
fn eq(&self, other: &IsoDateInner) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd for IsoDateInner
impl PartialOrd for IsoDateInner
source§fn partial_cmp(&self, other: &IsoDateInner) -> Option<Ordering>
fn partial_cmp(&self, other: &IsoDateInner) -> 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 IsoDateInner
impl Eq for IsoDateInner
impl StructuralPartialEq for IsoDateInner
Auto Trait Implementations§
impl Freeze for IsoDateInner
impl RefUnwindSafe for IsoDateInner
impl Send for IsoDateInner
impl Sync for IsoDateInner
impl Unpin for IsoDateInner
impl UnwindSafe for IsoDateInner
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