pub struct AggregationSettings {
pub aggregation_time_period: AggregationTimePeriod,
}Expand description
AggregationSettings : A container that holds all of the necessary properties to configure the aggregation of notifications.
Fields
aggregation_time_period: AggregationTimePeriodImplementations
sourceimpl AggregationSettings
impl AggregationSettings
sourcepub fn new(
aggregation_time_period: AggregationTimePeriod
) -> AggregationSettings
pub fn new(
aggregation_time_period: AggregationTimePeriod
) -> AggregationSettings
A container that holds all of the necessary properties to configure the aggregation of notifications.
Trait Implementations
sourceimpl Clone for AggregationSettings
impl Clone for AggregationSettings
sourcefn clone(&self) -> AggregationSettings
fn clone(&self) -> AggregationSettings
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for AggregationSettings
impl Debug for AggregationSettings
sourceimpl Default for AggregationSettings
impl Default for AggregationSettings
sourcefn default() -> AggregationSettings
fn default() -> AggregationSettings
Returns the “default value” for a type. Read more
sourceimpl<'de> Deserialize<'de> for AggregationSettings
impl<'de> Deserialize<'de> for AggregationSettings
sourcefn 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
sourceimpl PartialEq<AggregationSettings> for AggregationSettings
impl PartialEq<AggregationSettings> for AggregationSettings
sourcefn eq(&self, other: &AggregationSettings) -> bool
fn eq(&self, other: &AggregationSettings) -> bool
sourceimpl Serialize for AggregationSettings
impl Serialize for AggregationSettings
impl StructuralPartialEq for AggregationSettings
Auto Trait Implementations
impl RefUnwindSafe for AggregationSettings
impl Send for AggregationSettings
impl Sync for AggregationSettings
impl Unpin for AggregationSettings
impl UnwindSafe for AggregationSettings
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more