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