pub struct ClusterHealth {
pub cluster_load: f64,
pub active_tasks: usize,
pub healthy_nodes: usize,
pub unhealthy_nodes: usize,
}
Fields§
§cluster_load: f64
§active_tasks: usize
§healthy_nodes: usize
§unhealthy_nodes: usize
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ClusterHealth
impl RefUnwindSafe for ClusterHealth
impl Send for ClusterHealth
impl Sync for ClusterHealth
impl Unpin for ClusterHealth
impl UnwindSafe for ClusterHealth
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