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