#[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 ==
.impl StructuralPartialEq for InstanceAggregatedAssociationOverview
Auto Trait Implementations§
impl RefUnwindSafe for InstanceAggregatedAssociationOverview
impl Send for InstanceAggregatedAssociationOverview
impl Sync for InstanceAggregatedAssociationOverview
impl Unpin for InstanceAggregatedAssociationOverview
impl UnwindSafe for InstanceAggregatedAssociationOverview
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