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