Struct aws_sdk_devopsguru::output::DescribeInsightOutput
source · [−]#[non_exhaustive]pub struct DescribeInsightOutput { /* private fields */ }
Implementations
sourceimpl DescribeInsightOutput
impl DescribeInsightOutput
sourcepub fn proactive_insight(&self) -> Option<&ProactiveInsight>
pub fn proactive_insight(&self) -> Option<&ProactiveInsight>
A ProactiveInsight
object that represents the requested insight.
sourcepub fn reactive_insight(&self) -> Option<&ReactiveInsight>
pub fn reactive_insight(&self) -> Option<&ReactiveInsight>
A ReactiveInsight
object that represents the requested insight.
sourceimpl DescribeInsightOutput
impl DescribeInsightOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeInsightOutput
.
Trait Implementations
sourceimpl Clone for DescribeInsightOutput
impl Clone for DescribeInsightOutput
sourcefn clone(&self) -> DescribeInsightOutput
fn clone(&self) -> DescribeInsightOutput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for DescribeInsightOutput
impl Debug for DescribeInsightOutput
sourceimpl PartialEq<DescribeInsightOutput> for DescribeInsightOutput
impl PartialEq<DescribeInsightOutput> for DescribeInsightOutput
sourcefn eq(&self, other: &DescribeInsightOutput) -> bool
fn eq(&self, other: &DescribeInsightOutput) -> bool
impl StructuralPartialEq for DescribeInsightOutput
Auto Trait Implementations
impl RefUnwindSafe for DescribeInsightOutput
impl Send for DescribeInsightOutput
impl Sync for DescribeInsightOutput
impl Unpin for DescribeInsightOutput
impl UnwindSafe for DescribeInsightOutput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more