Enum notion_client::endpoints::databases::query::request::DateCondition
source · pub enum DateCondition {
}
Variants§
After(DateTime<Utc>)
Before(DateTime<Utc>)
Equals(DateTime<Utc>)
IsEmpty
IsNotEmpty
NextMonth
NextWeek
NextYear
OnOrAfter(DateTime<Utc>)
OnOrBefore(DateTime<Utc>)
PastMonth
PastWeek
PastYear
ThisWeek
Trait Implementations§
source§impl Clone for DateCondition
impl Clone for DateCondition
source§fn clone(&self) -> DateCondition
fn clone(&self) -> DateCondition
Returns a copy 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 DateCondition
impl Debug for DateCondition
source§impl PartialEq for DateCondition
impl PartialEq for DateCondition
source§fn eq(&self, other: &DateCondition) -> bool
fn eq(&self, other: &DateCondition) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for DateCondition
impl Serialize for DateCondition
impl Eq for DateCondition
impl StructuralPartialEq for DateCondition
Auto Trait Implementations§
impl Freeze for DateCondition
impl RefUnwindSafe for DateCondition
impl Send for DateCondition
impl Sync for DateCondition
impl Unpin for DateCondition
impl UnwindSafe for DateCondition
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
source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.