pub enum DateBase {
NOW,
TODAY,
YESTERDAY,
TOMORROW,
}Expand description
Enum representing the base for the date
Variants§
Trait Implementations§
source§impl PartialEq<DateBase> for DateBase
impl PartialEq<DateBase> for DateBase
impl Copy for DateBase
impl Eq for DateBase
impl StructuralEq for DateBase
impl StructuralPartialEq for DateBase
Auto Trait Implementations§
impl RefUnwindSafe for DateBase
impl Send for DateBase
impl Sync for DateBase
impl Unpin for DateBase
impl UnwindSafe for DateBase
Blanket Implementations§
source§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.