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 duplicate 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§impl PartialOrd for PersianDateInner
 
impl PartialOrd for PersianDateInner
impl 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