Struct aws_sdk_xray::model::HistogramEntry
source · #[non_exhaustive]pub struct HistogramEntry { /* private fields */ }
Expand description
An entry in a histogram for a statistic. A histogram maps the range of observed values on the X axis, and the prevalence of each value on the Y axis.
Implementations§
source§impl HistogramEntry
impl HistogramEntry
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture HistogramEntry
.
Trait Implementations§
source§impl Clone for HistogramEntry
impl Clone for HistogramEntry
source§fn clone(&self) -> HistogramEntry
fn clone(&self) -> HistogramEntry
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 HistogramEntry
impl Debug for HistogramEntry
source§impl PartialEq<HistogramEntry> for HistogramEntry
impl PartialEq<HistogramEntry> for HistogramEntry
source§fn eq(&self, other: &HistogramEntry) -> bool
fn eq(&self, other: &HistogramEntry) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.