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