pub enum ClusterHealthStatus {
Online,
Failed,
Loading,
}
Expand description
Cluster health status for the cluster_shards
command.
Variants
Online
Failed
Loading
Trait Implementations
sourceimpl Debug for ClusterHealthStatus
impl Debug for ClusterHealthStatus
Auto Trait Implementations
impl RefUnwindSafe for ClusterHealthStatus
impl Send for ClusterHealthStatus
impl Sync for ClusterHealthStatus
impl Unpin for ClusterHealthStatus
impl UnwindSafe for ClusterHealthStatus
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more