pub struct IcNodeStatusGroupCounts {
pub statuses: IcNodeStatusCounts,
pub assignment_statuses: IcNodeAssignmentStatusCounts,
}Expand description
IcNodeStatusGroupCounts
Overall and assignment-partitioned status totals for one aggregate group.
Fields§
§statuses: IcNodeStatusCountsRaw operational-status totals for the group.
assignment_statuses: IcNodeAssignmentStatusCountsRaw operational-status totals partitioned by assignment class.
Trait Implementations§
Source§impl Clone for IcNodeStatusGroupCounts
impl Clone for IcNodeStatusGroupCounts
Source§fn clone(&self) -> IcNodeStatusGroupCounts
fn clone(&self) -> IcNodeStatusGroupCounts
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for IcNodeStatusGroupCounts
impl Debug for IcNodeStatusGroupCounts
Source§impl Default for IcNodeStatusGroupCounts
impl Default for IcNodeStatusGroupCounts
Source§fn default() -> IcNodeStatusGroupCounts
fn default() -> IcNodeStatusGroupCounts
Returns the “default value” for a type. Read more
impl Eq for IcNodeStatusGroupCounts
Source§impl PartialEq for IcNodeStatusGroupCounts
impl PartialEq for IcNodeStatusGroupCounts
Source§impl Serialize for IcNodeStatusGroupCounts
impl Serialize for IcNodeStatusGroupCounts
impl StructuralPartialEq for IcNodeStatusGroupCounts
Auto Trait Implementations§
impl Freeze for IcNodeStatusGroupCounts
impl RefUnwindSafe for IcNodeStatusGroupCounts
impl Send for IcNodeStatusGroupCounts
impl Sync for IcNodeStatusGroupCounts
impl Unpin for IcNodeStatusGroupCounts
impl UnsafeUnpin for IcNodeStatusGroupCounts
impl UnwindSafe for IcNodeStatusGroupCounts
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