#[non_exhaustive]pub struct InstanceAggregatedAssociationOverview { /* private fields */ }Expand description
Status information about the aggregated associations.
Implementations§
source§impl InstanceAggregatedAssociationOverview
impl InstanceAggregatedAssociationOverview
sourcepub fn detailed_status(&self) -> Option<&str>
pub fn detailed_status(&self) -> Option<&str>
Detailed status information about the aggregated associations.
source§impl InstanceAggregatedAssociationOverview
impl InstanceAggregatedAssociationOverview
sourcepub fn builder() -> InstanceAggregatedAssociationOverviewBuilder
pub fn builder() -> InstanceAggregatedAssociationOverviewBuilder
Creates a new builder-style object to manufacture InstanceAggregatedAssociationOverview.
Trait Implementations§
source§impl Clone for InstanceAggregatedAssociationOverview
impl Clone for InstanceAggregatedAssociationOverview
source§fn clone(&self) -> InstanceAggregatedAssociationOverview
fn clone(&self) -> InstanceAggregatedAssociationOverview
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<InstanceAggregatedAssociationOverview> for InstanceAggregatedAssociationOverview
impl PartialEq<InstanceAggregatedAssociationOverview> for InstanceAggregatedAssociationOverview
source§fn eq(&self, other: &InstanceAggregatedAssociationOverview) -> bool
fn eq(&self, other: &InstanceAggregatedAssociationOverview) -> bool
This method tests for
self and other values to be equal, and is used
by ==.