pub enum AggregationFrequency {
Daily,
Weekly,
Monthly,
Yearly,
}Variants§
Trait Implementations§
Source§impl Clone for AggregationFrequency
impl Clone for AggregationFrequency
Source§fn clone(&self) -> AggregationFrequency
fn clone(&self) -> AggregationFrequency
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 moreimpl Copy for AggregationFrequency
Source§impl Debug for AggregationFrequency
impl Debug for AggregationFrequency
impl Eq for AggregationFrequency
Source§impl Hash for AggregationFrequency
impl Hash for AggregationFrequency
Source§impl PartialEq for AggregationFrequency
impl PartialEq for AggregationFrequency
Source§fn eq(&self, other: &AggregationFrequency) -> bool
fn eq(&self, other: &AggregationFrequency) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for AggregationFrequency
Auto Trait Implementations§
impl Freeze for AggregationFrequency
impl RefUnwindSafe for AggregationFrequency
impl Send for AggregationFrequency
impl Sync for AggregationFrequency
impl Unpin for AggregationFrequency
impl UnsafeUnpin for AggregationFrequency
impl UnwindSafe for AggregationFrequency
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