pub enum StatGroupBy {
Hour,
Day,
Week,
Month,
Model,
Cwd,
Account,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for StatGroupBy
impl Clone for StatGroupBy
Source§fn clone(&self) -> StatGroupBy
fn clone(&self) -> StatGroupBy
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 StatGroupBy
impl Debug for StatGroupBy
Source§impl PartialEq for StatGroupBy
impl PartialEq for StatGroupBy
Source§fn eq(&self, other: &StatGroupBy) -> bool
fn eq(&self, other: &StatGroupBy) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for StatGroupBy
impl Eq for StatGroupBy
impl StructuralPartialEq for StatGroupBy
Auto Trait Implementations§
impl Freeze for StatGroupBy
impl RefUnwindSafe for StatGroupBy
impl Send for StatGroupBy
impl Sync for StatGroupBy
impl Unpin for StatGroupBy
impl UnsafeUnpin for StatGroupBy
impl UnwindSafe for StatGroupBy
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