pub struct IsoDate(/* private fields */);Expand description
Gingr ISO-style date filter formatted as YYYY-MM-DD where endpoints use nested params.
Implementations§
Trait Implementations§
Source§impl Ord for IsoDate
impl Ord for IsoDate
Source§impl PartialOrd for IsoDate
impl PartialOrd for IsoDate
impl Copy for IsoDate
impl Eq for IsoDate
impl StructuralPartialEq for IsoDate
Auto Trait Implementations§
impl Freeze for IsoDate
impl RefUnwindSafe for IsoDate
impl Send for IsoDate
impl Sync for IsoDate
impl Unpin for IsoDate
impl UnsafeUnpin for IsoDate
impl UnwindSafe for IsoDate
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