Struct aws_sdk_xray::model::UnprocessedStatistics
source · #[non_exhaustive]pub struct UnprocessedStatistics { /* private fields */ }
Expand description
Sampling statistics from a call to GetSamplingTargets that X-Ray could not process.
Implementations§
source§impl UnprocessedStatistics
impl UnprocessedStatistics
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UnprocessedStatistics
.
Trait Implementations§
source§impl Clone for UnprocessedStatistics
impl Clone for UnprocessedStatistics
source§fn clone(&self) -> UnprocessedStatistics
fn clone(&self) -> UnprocessedStatistics
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 UnprocessedStatistics
impl Debug for UnprocessedStatistics
source§impl PartialEq<UnprocessedStatistics> for UnprocessedStatistics
impl PartialEq<UnprocessedStatistics> for UnprocessedStatistics
source§fn eq(&self, other: &UnprocessedStatistics) -> bool
fn eq(&self, other: &UnprocessedStatistics) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.