#[non_exhaustive]pub struct TimestampMetricValuePair { /* private fields */ }
Expand description
A pair that contains metric values at the respective timestamp.
Implementations§
source§impl TimestampMetricValuePair
impl TimestampMetricValuePair
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture TimestampMetricValuePair
.
Trait Implementations§
source§impl Clone for TimestampMetricValuePair
impl Clone for TimestampMetricValuePair
source§fn clone(&self) -> TimestampMetricValuePair
fn clone(&self) -> TimestampMetricValuePair
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 TimestampMetricValuePair
impl Debug for TimestampMetricValuePair
source§impl PartialEq<TimestampMetricValuePair> for TimestampMetricValuePair
impl PartialEq<TimestampMetricValuePair> for TimestampMetricValuePair
source§fn eq(&self, other: &TimestampMetricValuePair) -> bool
fn eq(&self, other: &TimestampMetricValuePair) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.