Struct NodeHealthSummary
pub struct NodeHealthSummary {
pub overall_health: NodeHealth,
pub health_by_type: HashMap<NodeType, NodeStatistics>,
}Expand description
Node health summary
Fields§
§overall_health: NodeHealthOverall health
health_by_type: HashMap<NodeType, NodeStatistics>Health by node type
Trait Implementations§
§impl Clone for NodeHealthSummary
impl Clone for NodeHealthSummary
§fn clone(&self) -> NodeHealthSummary
fn clone(&self) -> NodeHealthSummary
Returns a duplicate 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 moreAuto Trait Implementations§
impl Freeze for NodeHealthSummary
impl RefUnwindSafe for NodeHealthSummary
impl Send for NodeHealthSummary
impl Sync for NodeHealthSummary
impl Unpin for NodeHealthSummary
impl UnwindSafe for NodeHealthSummary
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