Struct icu_calendar::islamic::IslamicDateInner
source · pub struct IslamicDateInner(ArithmeticDate<IslamicObservational>);
Expand description
The inner date type used for representing Date
s of IslamicObservational
. See Date
and IslamicObservational
for more details.
Tuple Fields§
§0: ArithmeticDate<IslamicObservational>
Trait Implementations§
source§impl Clone for IslamicDateInner
impl Clone for IslamicDateInner
source§fn clone(&self) -> IslamicDateInner
fn clone(&self) -> IslamicDateInner
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 IslamicDateInner
impl Debug for IslamicDateInner
source§impl Hash for IslamicDateInner
impl Hash for IslamicDateInner
source§impl Ord for IslamicDateInner
impl Ord for IslamicDateInner
source§fn cmp(&self, other: &IslamicDateInner) -> Ordering
fn cmp(&self, other: &IslamicDateInner) -> 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 IslamicDateInner
impl PartialEq for IslamicDateInner
source§fn eq(&self, other: &IslamicDateInner) -> bool
fn eq(&self, other: &IslamicDateInner) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd for IslamicDateInner
impl PartialOrd for IslamicDateInner
source§fn partial_cmp(&self, other: &IslamicDateInner) -> Option<Ordering>
fn partial_cmp(&self, other: &IslamicDateInner) -> 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 IslamicDateInner
impl Eq for IslamicDateInner
impl StructuralPartialEq for IslamicDateInner
Auto Trait Implementations§
impl Freeze for IslamicDateInner
impl RefUnwindSafe for IslamicDateInner
impl !Send for IslamicDateInner
impl !Sync for IslamicDateInner
impl Unpin for IslamicDateInner
impl UnwindSafe for IslamicDateInner
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