pub struct DescribeTrustedAdvisorCheckResultResponse {
pub result: Option<TrustedAdvisorCheckResult>,
}Expand description
The result of the Trusted Advisor check returned by the DescribeTrustedAdvisorCheckResult operation.
Fields§
§result: Option<TrustedAdvisorCheckResult>The detailed results of the Trusted Advisor check.
Trait Implementations§
Source§impl Clone for DescribeTrustedAdvisorCheckResultResponse
impl Clone for DescribeTrustedAdvisorCheckResultResponse
Source§fn clone(&self) -> DescribeTrustedAdvisorCheckResultResponse
fn clone(&self) -> DescribeTrustedAdvisorCheckResultResponse
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 Default for DescribeTrustedAdvisorCheckResultResponse
impl Default for DescribeTrustedAdvisorCheckResultResponse
Source§fn default() -> DescribeTrustedAdvisorCheckResultResponse
fn default() -> DescribeTrustedAdvisorCheckResultResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for DescribeTrustedAdvisorCheckResultResponse
impl<'de> Deserialize<'de> for DescribeTrustedAdvisorCheckResultResponse
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
Source§impl PartialEq for DescribeTrustedAdvisorCheckResultResponse
impl PartialEq for DescribeTrustedAdvisorCheckResultResponse
Source§fn eq(&self, other: &DescribeTrustedAdvisorCheckResultResponse) -> bool
fn eq(&self, other: &DescribeTrustedAdvisorCheckResultResponse) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for DescribeTrustedAdvisorCheckResultResponse
Auto Trait Implementations§
impl Freeze for DescribeTrustedAdvisorCheckResultResponse
impl RefUnwindSafe for DescribeTrustedAdvisorCheckResultResponse
impl Send for DescribeTrustedAdvisorCheckResultResponse
impl Sync for DescribeTrustedAdvisorCheckResultResponse
impl Unpin for DescribeTrustedAdvisorCheckResultResponse
impl UnwindSafe for DescribeTrustedAdvisorCheckResultResponse
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