Struct DueDate
pub struct DueDate(/* private fields */);Expand description
A due date in YYYY-MM-DD shape.
Implementations§
Trait Implementations§
§impl Ord for DueDate
impl Ord for DueDate
§impl PartialOrd for DueDate
impl PartialOrd for DueDate
impl Eq 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