#[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
sourceimpl 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.
sourceimpl TrustedAdvisorCategorySpecificSummary
impl TrustedAdvisorCategorySpecificSummary
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture TrustedAdvisorCategorySpecificSummary.
Trait Implementations
sourceimpl Clone for TrustedAdvisorCategorySpecificSummary
impl Clone for TrustedAdvisorCategorySpecificSummary
sourcefn clone(&self) -> TrustedAdvisorCategorySpecificSummary
fn clone(&self) -> TrustedAdvisorCategorySpecificSummary
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<TrustedAdvisorCategorySpecificSummary> for TrustedAdvisorCategorySpecificSummary
impl PartialEq<TrustedAdvisorCategorySpecificSummary> for TrustedAdvisorCategorySpecificSummary
sourcefn eq(&self, other: &TrustedAdvisorCategorySpecificSummary) -> bool
fn eq(&self, other: &TrustedAdvisorCategorySpecificSummary) -> bool
impl StructuralPartialEq for TrustedAdvisorCategorySpecificSummary
Auto Trait Implementations
impl RefUnwindSafe for TrustedAdvisorCategorySpecificSummary
impl Send for TrustedAdvisorCategorySpecificSummary
impl Sync for TrustedAdvisorCategorySpecificSummary
impl Unpin for TrustedAdvisorCategorySpecificSummary
impl UnwindSafe for TrustedAdvisorCategorySpecificSummary
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