#[non_exhaustive]pub struct DescribeTrustedAdvisorCheckResultOutput { /* private fields */ }Expand description
The result of the Trusted Advisor check returned by the DescribeTrustedAdvisorCheckResult operation.
Implementations
sourceimpl DescribeTrustedAdvisorCheckResultOutput
impl DescribeTrustedAdvisorCheckResultOutput
sourcepub fn result(&self) -> Option<&TrustedAdvisorCheckResult>
pub fn result(&self) -> Option<&TrustedAdvisorCheckResult>
The detailed results of the Trusted Advisor check.
sourceimpl DescribeTrustedAdvisorCheckResultOutput
impl DescribeTrustedAdvisorCheckResultOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeTrustedAdvisorCheckResultOutput.
Trait Implementations
sourceimpl Clone for DescribeTrustedAdvisorCheckResultOutput
impl Clone for DescribeTrustedAdvisorCheckResultOutput
sourcefn clone(&self) -> DescribeTrustedAdvisorCheckResultOutput
fn clone(&self) -> DescribeTrustedAdvisorCheckResultOutput
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<DescribeTrustedAdvisorCheckResultOutput> for DescribeTrustedAdvisorCheckResultOutput
impl PartialEq<DescribeTrustedAdvisorCheckResultOutput> for DescribeTrustedAdvisorCheckResultOutput
sourcefn eq(&self, other: &DescribeTrustedAdvisorCheckResultOutput) -> bool
fn eq(&self, other: &DescribeTrustedAdvisorCheckResultOutput) -> bool
impl StructuralPartialEq for DescribeTrustedAdvisorCheckResultOutput
Auto Trait Implementations
impl RefUnwindSafe for DescribeTrustedAdvisorCheckResultOutput
impl Send for DescribeTrustedAdvisorCheckResultOutput
impl Sync for DescribeTrustedAdvisorCheckResultOutput
impl Unpin for DescribeTrustedAdvisorCheckResultOutput
impl UnwindSafe for DescribeTrustedAdvisorCheckResultOutput
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