pub struct PutDashboardOutput {
pub dashboard_validation_messages: Vec<DashboardValidationMessage>,
}Expand description
CloudWatch PutDashboardOutput.
Fields§
§dashboard_validation_messages: Vec<DashboardValidationMessage>Trait Implementations§
Source§impl Clone for PutDashboardOutput
impl Clone for PutDashboardOutput
Source§fn clone(&self) -> PutDashboardOutput
fn clone(&self) -> PutDashboardOutput
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 PutDashboardOutput
impl Debug for PutDashboardOutput
Source§impl Default for PutDashboardOutput
impl Default for PutDashboardOutput
Source§fn default() -> PutDashboardOutput
fn default() -> PutDashboardOutput
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for PutDashboardOutput
impl<'de> Deserialize<'de> for PutDashboardOutput
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 PutDashboardOutput
impl RefUnwindSafe for PutDashboardOutput
impl Send for PutDashboardOutput
impl Sync for PutDashboardOutput
impl Unpin for PutDashboardOutput
impl UnsafeUnpin for PutDashboardOutput
impl UnwindSafe for PutDashboardOutput
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