#[non_exhaustive]pub struct DescribeTrustedAdvisorChecksOutput { /* private fields */ }Expand description
Information about the Trusted Advisor checks returned by the DescribeTrustedAdvisorChecks operation.
Implementations
sourceimpl DescribeTrustedAdvisorChecksOutput
impl DescribeTrustedAdvisorChecksOutput
sourcepub fn checks(&self) -> Option<&[TrustedAdvisorCheckDescription]>
pub fn checks(&self) -> Option<&[TrustedAdvisorCheckDescription]>
Information about all available Trusted Advisor checks.
sourceimpl DescribeTrustedAdvisorChecksOutput
impl DescribeTrustedAdvisorChecksOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeTrustedAdvisorChecksOutput.
Trait Implementations
sourceimpl Clone for DescribeTrustedAdvisorChecksOutput
impl Clone for DescribeTrustedAdvisorChecksOutput
sourcefn clone(&self) -> DescribeTrustedAdvisorChecksOutput
fn clone(&self) -> DescribeTrustedAdvisorChecksOutput
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 PartialEq<DescribeTrustedAdvisorChecksOutput> for DescribeTrustedAdvisorChecksOutput
impl PartialEq<DescribeTrustedAdvisorChecksOutput> for DescribeTrustedAdvisorChecksOutput
sourcefn eq(&self, other: &DescribeTrustedAdvisorChecksOutput) -> bool
fn eq(&self, other: &DescribeTrustedAdvisorChecksOutput) -> bool
impl StructuralPartialEq for DescribeTrustedAdvisorChecksOutput
Auto Trait Implementations
impl RefUnwindSafe for DescribeTrustedAdvisorChecksOutput
impl Send for DescribeTrustedAdvisorChecksOutput
impl Sync for DescribeTrustedAdvisorChecksOutput
impl Unpin for DescribeTrustedAdvisorChecksOutput
impl UnwindSafe for DescribeTrustedAdvisorChecksOutput
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