Struct aws_sdk_pi::types::ResponseResourceMetric
source · #[non_exhaustive]pub struct ResponseResourceMetric { /* private fields */ }
Expand description
An object that contains the full name, description, and unit of a metric.
Implementations§
source§impl ResponseResourceMetric
impl ResponseResourceMetric
sourcepub fn builder() -> ResponseResourceMetricBuilder
pub fn builder() -> ResponseResourceMetricBuilder
Creates a new builder-style object to manufacture ResponseResourceMetric
.
Trait Implementations§
source§impl Clone for ResponseResourceMetric
impl Clone for ResponseResourceMetric
source§fn clone(&self) -> ResponseResourceMetric
fn clone(&self) -> ResponseResourceMetric
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 ResponseResourceMetric
impl Debug for ResponseResourceMetric
source§impl PartialEq<ResponseResourceMetric> for ResponseResourceMetric
impl PartialEq<ResponseResourceMetric> for ResponseResourceMetric
source§fn eq(&self, other: &ResponseResourceMetric) -> bool
fn eq(&self, other: &ResponseResourceMetric) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for ResponseResourceMetric
Auto Trait Implementations§
impl RefUnwindSafe for ResponseResourceMetric
impl Send for ResponseResourceMetric
impl Sync for ResponseResourceMetric
impl Unpin for ResponseResourceMetric
impl UnwindSafe for ResponseResourceMetric
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