pub enum LocalTimeRange {
Hours24,
Days7,
Days30,
All,
}Expand description
Time range filter for local session listing.
Variants§
Trait Implementations§
Source§impl Clone for LocalTimeRange
impl Clone for LocalTimeRange
Source§fn clone(&self) -> LocalTimeRange
fn clone(&self) -> LocalTimeRange
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 LocalTimeRange
impl Debug for LocalTimeRange
Source§impl Default for LocalTimeRange
impl Default for LocalTimeRange
Source§fn default() -> LocalTimeRange
fn default() -> LocalTimeRange
Returns the “default value” for a type. Read more
Source§impl PartialEq for LocalTimeRange
impl PartialEq for LocalTimeRange
impl Eq for LocalTimeRange
impl StructuralPartialEq for LocalTimeRange
Auto Trait Implementations§
impl Freeze for LocalTimeRange
impl RefUnwindSafe for LocalTimeRange
impl Send for LocalTimeRange
impl Sync for LocalTimeRange
impl Unpin for LocalTimeRange
impl UnsafeUnpin for LocalTimeRange
impl UnwindSafe for LocalTimeRange
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