Struct aws_sdk_devopsguru::model::TimestampMetricValuePair
source · [−]#[non_exhaustive]pub struct TimestampMetricValuePair { /* private fields */ }
Expand description
A pair that contains metric values at the respective timestamp.
Implementations
sourceimpl TimestampMetricValuePair
impl TimestampMetricValuePair
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture TimestampMetricValuePair
.
Trait Implementations
sourceimpl Clone for TimestampMetricValuePair
impl Clone for TimestampMetricValuePair
sourcefn clone(&self) -> TimestampMetricValuePair
fn clone(&self) -> TimestampMetricValuePair
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 TimestampMetricValuePair
impl Debug for TimestampMetricValuePair
sourceimpl PartialEq<TimestampMetricValuePair> for TimestampMetricValuePair
impl PartialEq<TimestampMetricValuePair> for TimestampMetricValuePair
sourcefn eq(&self, other: &TimestampMetricValuePair) -> bool
fn eq(&self, other: &TimestampMetricValuePair) -> bool
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
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