Struct EffectiveDate
pub struct EffectiveDate(/* private fields */);Expand description
An effective date in YYYY-MM-DD shape.
Implementations§
§impl EffectiveDate
impl EffectiveDate
Trait Implementations§
§impl Clone for EffectiveDate
impl Clone for EffectiveDate
§fn clone(&self) -> EffectiveDate
fn clone(&self) -> EffectiveDate
Returns a duplicate 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 more§impl Debug for EffectiveDate
impl Debug for EffectiveDate
§impl Hash for EffectiveDate
impl Hash for EffectiveDate
§impl Ord for EffectiveDate
impl Ord for EffectiveDate
§impl PartialEq for EffectiveDate
impl PartialEq for EffectiveDate
§impl PartialOrd for EffectiveDate
impl PartialOrd for EffectiveDate
impl Eq 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