pub struct TransactionDate(/* private fields */);Expand description
A transaction date in YYYY-MM-DD shape.
Implementations§
Trait Implementations§
Source§impl Clone for TransactionDate
impl Clone for TransactionDate
Source§fn clone(&self) -> TransactionDate
fn clone(&self) -> TransactionDate
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 moreSource§impl Debug for TransactionDate
impl Debug for TransactionDate
Source§impl Display for TransactionDate
impl Display for TransactionDate
Source§impl Hash for TransactionDate
impl Hash for TransactionDate
Source§impl Ord for TransactionDate
impl Ord for TransactionDate
Source§fn cmp(&self, other: &TransactionDate) -> Ordering
fn cmp(&self, other: &TransactionDate) -> 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 TransactionDate
impl PartialEq for TransactionDate
Source§impl PartialOrd for TransactionDate
impl PartialOrd for TransactionDate
impl Eq for TransactionDate
impl StructuralPartialEq for TransactionDate
Auto Trait Implementations§
impl Freeze for TransactionDate
impl RefUnwindSafe for TransactionDate
impl Send for TransactionDate
impl Sync for TransactionDate
impl Unpin for TransactionDate
impl UnsafeUnpin for TransactionDate
impl UnwindSafe for TransactionDate
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