pub struct EffectiveDate(/* private fields */);Expand description
An effective date in YYYY-MM-DD shape.
Implementations§
Source§impl EffectiveDate
impl EffectiveDate
Trait Implementations§
Source§impl Clone for EffectiveDate
impl Clone for EffectiveDate
Source§fn clone(&self) -> EffectiveDate
fn clone(&self) -> EffectiveDate
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 EffectiveDate
impl Debug for EffectiveDate
impl Eq for EffectiveDate
Source§impl Hash for EffectiveDate
impl Hash for EffectiveDate
Source§impl Ord for EffectiveDate
impl Ord for EffectiveDate
Source§fn cmp(&self, other: &EffectiveDate) -> Ordering
fn cmp(&self, other: &EffectiveDate) -> Ordering
1.21.0 (const: unstable) · 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 EffectiveDate
impl PartialEq for EffectiveDate
Source§fn eq(&self, other: &EffectiveDate) -> bool
fn eq(&self, other: &EffectiveDate) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for EffectiveDate
impl PartialOrd for EffectiveDate
impl StructuralPartialEq for EffectiveDate
Auto Trait Implementations§
impl Freeze for EffectiveDate
impl RefUnwindSafe for EffectiveDate
impl Send for EffectiveDate
impl Sync for EffectiveDate
impl Unpin for EffectiveDate
impl UnsafeUnpin for EffectiveDate
impl UnwindSafe for EffectiveDate
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