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