#[non_exhaustive]pub struct TotalAggregationComputation { /* private fields */ }
Expand description
The total aggregation computation configuration.
Implementations§
source§impl TotalAggregationComputation
impl TotalAggregationComputation
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture TotalAggregationComputation
.
Trait Implementations§
source§impl Clone for TotalAggregationComputation
impl Clone for TotalAggregationComputation
source§fn clone(&self) -> TotalAggregationComputation
fn clone(&self) -> TotalAggregationComputation
Returns a copy 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 TotalAggregationComputation
impl Debug for TotalAggregationComputation
source§impl PartialEq<TotalAggregationComputation> for TotalAggregationComputation
impl PartialEq<TotalAggregationComputation> for TotalAggregationComputation
source§fn eq(&self, other: &TotalAggregationComputation) -> bool
fn eq(&self, other: &TotalAggregationComputation) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.