#[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() -> TimestampMetricValuePairBuilder
pub fn builder() -> TimestampMetricValuePairBuilder
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 ==
.impl StructuralPartialEq for TimestampMetricValuePair
Auto Trait Implementations§
impl RefUnwindSafe for TimestampMetricValuePair
impl Send for TimestampMetricValuePair
impl Sync for TimestampMetricValuePair
impl Unpin for TimestampMetricValuePair
impl UnwindSafe for TimestampMetricValuePair
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more