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
sourceimpl HistogramEntry
impl HistogramEntry
sourceimpl HistogramEntry
impl HistogramEntry
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture HistogramEntry
.
Trait Implementations
sourceimpl Clone for HistogramEntry
impl Clone for HistogramEntry
sourcefn clone(&self) -> HistogramEntry
fn clone(&self) -> HistogramEntry
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for HistogramEntry
impl Debug for HistogramEntry
sourceimpl PartialEq<HistogramEntry> for HistogramEntry
impl PartialEq<HistogramEntry> for HistogramEntry
sourcefn eq(&self, other: &HistogramEntry) -> bool
fn eq(&self, other: &HistogramEntry) -> bool
impl StructuralPartialEq for HistogramEntry
Auto Trait Implementations
impl RefUnwindSafe for HistogramEntry
impl Send for HistogramEntry
impl Sync for HistogramEntry
impl Unpin for HistogramEntry
impl UnwindSafe for HistogramEntry
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more