pub enum TimestampCondition {
    CreatedTime(DateCondition),
    LastEditedTime(DateCondition),
}Variants§
CreatedTime(DateCondition)
LastEditedTime(DateCondition)
Trait Implementations§
Source§impl Clone for TimestampCondition
 
impl Clone for TimestampCondition
Source§fn clone(&self) -> TimestampCondition
 
fn clone(&self) -> TimestampCondition
Returns a duplicate 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 TimestampCondition
 
impl Debug for TimestampCondition
Source§impl PartialEq for TimestampCondition
 
impl PartialEq for TimestampCondition
Source§impl Serialize for TimestampCondition
 
impl Serialize for TimestampCondition
impl Eq for TimestampCondition
impl StructuralPartialEq for TimestampCondition
Auto Trait Implementations§
impl Freeze for TimestampCondition
impl RefUnwindSafe for TimestampCondition
impl Send for TimestampCondition
impl Sync for TimestampCondition
impl Unpin for TimestampCondition
impl UnwindSafe for TimestampCondition
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<T> CloneToUninit for Twhere
    T: Clone,
 
impl<T> CloneToUninit for Twhere
    T: Clone,
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.