pub struct DueDate(/* private fields */);Expand description
A due date in YYYY-MM-DD shape.
Implementations§
Trait Implementations§
impl Eq for DueDate
Source§impl Ord for DueDate
impl Ord for DueDate
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 PartialOrd for DueDate
impl PartialOrd for DueDate
impl StructuralPartialEq for DueDate
Auto Trait Implementations§
impl Freeze for DueDate
impl RefUnwindSafe for DueDate
impl Send for DueDate
impl Sync for DueDate
impl Unpin for DueDate
impl UnsafeUnpin for DueDate
impl UnwindSafe for DueDate
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