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