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