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