pub enum SummaryBatchScope {
RecentDays,
All,
}Variants§
Trait Implementations§
Source§impl Clone for SummaryBatchScope
impl Clone for SummaryBatchScope
Source§fn clone(&self) -> SummaryBatchScope
fn clone(&self) -> SummaryBatchScope
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 SummaryBatchScope
impl Debug for SummaryBatchScope
Source§impl Default for SummaryBatchScope
impl Default for SummaryBatchScope
Source§fn default() -> SummaryBatchScope
fn default() -> SummaryBatchScope
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for SummaryBatchScope
impl<'de> Deserialize<'de> for SummaryBatchScope
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
Source§impl PartialEq for SummaryBatchScope
impl PartialEq for SummaryBatchScope
Source§impl Serialize for SummaryBatchScope
impl Serialize for SummaryBatchScope
impl Eq for SummaryBatchScope
impl StructuralPartialEq for SummaryBatchScope
Auto Trait Implementations§
impl Freeze for SummaryBatchScope
impl RefUnwindSafe for SummaryBatchScope
impl Send for SummaryBatchScope
impl Sync for SummaryBatchScope
impl Unpin for SummaryBatchScope
impl UnsafeUnpin for SummaryBatchScope
impl UnwindSafe for SummaryBatchScope
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