#[non_exhaustive]pub struct TrustedAdvisorCategorySpecificSummary { /* private fields */ }Expand description
The container for summary information that relates to the category of the Trusted Advisor check.
Implementations§
source§impl TrustedAdvisorCategorySpecificSummary
impl TrustedAdvisorCategorySpecificSummary
sourcepub fn cost_optimizing(&self) -> Option<&TrustedAdvisorCostOptimizingSummary>
pub fn cost_optimizing(&self) -> Option<&TrustedAdvisorCostOptimizingSummary>
The summary information about cost savings for a Trusted Advisor check that is in the Cost Optimizing category.
source§impl TrustedAdvisorCategorySpecificSummary
impl TrustedAdvisorCategorySpecificSummary
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture TrustedAdvisorCategorySpecificSummary.
Trait Implementations§
source§impl Clone for TrustedAdvisorCategorySpecificSummary
impl Clone for TrustedAdvisorCategorySpecificSummary
source§fn clone(&self) -> TrustedAdvisorCategorySpecificSummary
fn clone(&self) -> TrustedAdvisorCategorySpecificSummary
Returns a copy 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 PartialEq<TrustedAdvisorCategorySpecificSummary> for TrustedAdvisorCategorySpecificSummary
impl PartialEq<TrustedAdvisorCategorySpecificSummary> for TrustedAdvisorCategorySpecificSummary
source§fn eq(&self, other: &TrustedAdvisorCategorySpecificSummary) -> bool
fn eq(&self, other: &TrustedAdvisorCategorySpecificSummary) -> bool
This method tests for
self and other values to be equal, and is used
by ==.