pub enum DateKeyword {
Today,
Tomorrow,
Yesterday,
Week,
Month,
}Variants§
Trait Implementations§
Source§impl Clone for DateKeyword
impl Clone for DateKeyword
Source§fn clone(&self) -> DateKeyword
fn clone(&self) -> DateKeyword
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 ValueEnum for DateKeyword
impl ValueEnum for DateKeyword
Auto Trait Implementations§
impl Freeze for DateKeyword
impl RefUnwindSafe for DateKeyword
impl Send for DateKeyword
impl Sync for DateKeyword
impl Unpin for DateKeyword
impl UnsafeUnpin for DateKeyword
impl UnwindSafe for DateKeyword
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