pub enum ReportingRequestGranularity {
MONTHLY,
WEEKLY,
DAILY,
HOURLY,
}Variants§
Trait Implementations§
Source§impl Clone for ReportingRequestGranularity
impl Clone for ReportingRequestGranularity
Source§fn clone(&self) -> ReportingRequestGranularity
fn clone(&self) -> ReportingRequestGranularity
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 ReportingRequestGranularity
impl Debug for ReportingRequestGranularity
Source§impl<'de> Deserialize<'de> for ReportingRequestGranularity
impl<'de> Deserialize<'de> for ReportingRequestGranularity
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for ReportingRequestGranularity
impl StructuralPartialEq for ReportingRequestGranularity
Auto Trait Implementations§
impl Freeze for ReportingRequestGranularity
impl RefUnwindSafe for ReportingRequestGranularity
impl Send for ReportingRequestGranularity
impl Sync for ReportingRequestGranularity
impl Unpin for ReportingRequestGranularity
impl UnwindSafe for ReportingRequestGranularity
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