Struct icu_calendar::iso::IsoDateInner
source · pub struct IsoDateInner(pub(crate) ArithmeticDate<Iso>);
Expand description
Tuple Fields§
§0: ArithmeticDate<Iso>
Implementations§
Trait Implementations§
source§impl Clone for IsoDateInner
impl Clone for IsoDateInner
source§fn clone(&self) -> IsoDateInner
fn clone(&self) -> IsoDateInner
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 IsoDateInner
impl Debug for IsoDateInner
source§impl From<&IsoDateInner> for EraStartDate
impl From<&IsoDateInner> for EraStartDate
source§fn from(other: &IsoDateInner) -> Self
fn from(other: &IsoDateInner) -> Self
Converts to this type from the input type.
source§impl Hash for IsoDateInner
impl Hash for IsoDateInner
source§impl Ord for IsoDateInner
impl Ord for IsoDateInner
source§fn cmp(&self, other: &IsoDateInner) -> Ordering
fn cmp(&self, other: &IsoDateInner) -> 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 IsoDateInner
impl PartialEq for IsoDateInner
source§impl PartialOrd for IsoDateInner
impl PartialOrd for IsoDateInner
impl Copy for IsoDateInner
impl Eq for IsoDateInner
impl StructuralPartialEq for IsoDateInner
Auto Trait Implementations§
impl Freeze for IsoDateInner
impl RefUnwindSafe for IsoDateInner
impl Send for IsoDateInner
impl Sync for IsoDateInner
impl Unpin for IsoDateInner
impl UnwindSafe for IsoDateInner
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)