pub enum AgendaRange {
Default,
Today,
Tomorrow,
Week,
}Variants§
Trait Implementations§
Source§impl Clone for AgendaRange
impl Clone for AgendaRange
Source§fn clone(&self) -> AgendaRange
fn clone(&self) -> AgendaRange
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 AgendaRange
impl Debug for AgendaRange
Source§impl PartialEq for AgendaRange
impl PartialEq for AgendaRange
Source§fn eq(&self, other: &AgendaRange) -> bool
fn eq(&self, other: &AgendaRange) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for AgendaRange
impl StructuralPartialEq for AgendaRange
Auto Trait Implementations§
impl Freeze for AgendaRange
impl RefUnwindSafe for AgendaRange
impl Send for AgendaRange
impl Sync for AgendaRange
impl Unpin for AgendaRange
impl UnsafeUnpin for AgendaRange
impl UnwindSafe for AgendaRange
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