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