Struct aws_sdk_xray::model::RequestImpactStatistics
source · #[non_exhaustive]pub struct RequestImpactStatistics { /* private fields */ }
Expand description
Statistics that describe how the incident has impacted a service.
Implementations§
source§impl RequestImpactStatistics
impl RequestImpactStatistics
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture RequestImpactStatistics
.
Trait Implementations§
source§impl Clone for RequestImpactStatistics
impl Clone for RequestImpactStatistics
source§fn clone(&self) -> RequestImpactStatistics
fn clone(&self) -> RequestImpactStatistics
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 RequestImpactStatistics
impl Debug for RequestImpactStatistics
source§impl PartialEq<RequestImpactStatistics> for RequestImpactStatistics
impl PartialEq<RequestImpactStatistics> for RequestImpactStatistics
source§fn eq(&self, other: &RequestImpactStatistics) -> bool
fn eq(&self, other: &RequestImpactStatistics) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.