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