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