pub struct SummaryBatchSettings {
pub execution_mode: SummaryBatchExecutionMode,
pub scope: SummaryBatchScope,
pub recent_days: u16,
}Fields§
§execution_mode: SummaryBatchExecutionMode§scope: SummaryBatchScope§recent_days: u16Trait Implementations§
Source§impl Clone for SummaryBatchSettings
impl Clone for SummaryBatchSettings
Source§fn clone(&self) -> SummaryBatchSettings
fn clone(&self) -> SummaryBatchSettings
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 SummaryBatchSettings
impl Debug for SummaryBatchSettings
Source§impl Default for SummaryBatchSettings
impl Default for SummaryBatchSettings
Source§impl<'de> Deserialize<'de> for SummaryBatchSettings
impl<'de> Deserialize<'de> for SummaryBatchSettings
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
Auto Trait Implementations§
impl Freeze for SummaryBatchSettings
impl RefUnwindSafe for SummaryBatchSettings
impl Send for SummaryBatchSettings
impl Sync for SummaryBatchSettings
impl Unpin for SummaryBatchSettings
impl UnsafeUnpin for SummaryBatchSettings
impl UnwindSafe for SummaryBatchSettings
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