Struct icu_calendar::japanese::JapaneseDateInner
source · pub struct JapaneseDateInner {
inner: IsoDateInner,
adjusted_year: i32,
era: TinyStr16,
}
Expand description
Fields§
§inner: IsoDateInner
§adjusted_year: i32
§era: TinyStr16
Trait Implementations§
source§impl Clone for JapaneseDateInner
impl Clone for JapaneseDateInner
source§fn clone(&self) -> JapaneseDateInner
fn clone(&self) -> JapaneseDateInner
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 JapaneseDateInner
impl Debug for JapaneseDateInner
source§impl Hash for JapaneseDateInner
impl Hash for JapaneseDateInner
source§impl Ord for JapaneseDateInner
impl Ord for JapaneseDateInner
source§fn cmp(&self, other: &JapaneseDateInner) -> Ordering
fn cmp(&self, other: &JapaneseDateInner) -> 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 JapaneseDateInner
impl PartialEq for JapaneseDateInner
source§fn eq(&self, other: &JapaneseDateInner) -> bool
fn eq(&self, other: &JapaneseDateInner) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd for JapaneseDateInner
impl PartialOrd for JapaneseDateInner
source§fn partial_cmp(&self, other: &JapaneseDateInner) -> Option<Ordering>
fn partial_cmp(&self, other: &JapaneseDateInner) -> 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 JapaneseDateInner
impl Eq for JapaneseDateInner
impl StructuralPartialEq for JapaneseDateInner
Auto Trait Implementations§
impl Freeze for JapaneseDateInner
impl RefUnwindSafe for JapaneseDateInner
impl Send for JapaneseDateInner
impl Sync for JapaneseDateInner
impl Unpin for JapaneseDateInner
impl UnwindSafe for JapaneseDateInner
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