pub struct GetMetricDataOutput {
pub messages: Vec<MessageData>,
pub metric_data_results: Vec<MetricDataResult>,
pub next_token: Option<String>,
}Expand description
CloudWatch GetMetricDataOutput.
Fields§
§messages: Vec<MessageData>§metric_data_results: Vec<MetricDataResult>§next_token: Option<String>Trait Implementations§
Source§impl Clone for GetMetricDataOutput
impl Clone for GetMetricDataOutput
Source§fn clone(&self) -> GetMetricDataOutput
fn clone(&self) -> GetMetricDataOutput
Returns a duplicate 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 GetMetricDataOutput
impl Debug for GetMetricDataOutput
Source§impl Default for GetMetricDataOutput
impl Default for GetMetricDataOutput
Source§fn default() -> GetMetricDataOutput
fn default() -> GetMetricDataOutput
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GetMetricDataOutput
impl<'de> Deserialize<'de> for GetMetricDataOutput
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for GetMetricDataOutput
impl RefUnwindSafe for GetMetricDataOutput
impl Send for GetMetricDataOutput
impl Sync for GetMetricDataOutput
impl Unpin for GetMetricDataOutput
impl UnsafeUnpin for GetMetricDataOutput
impl UnwindSafe for GetMetricDataOutput
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