pub enum ClusterHealthStatus {
Online,
Failed,
Loading,
}
Expand description
Cluster health status for the cluster_shards
command.
Variants§
Trait Implementations§
Source§impl Debug for ClusterHealthStatus
impl Debug for ClusterHealthStatus
Source§impl FromValue for ClusterHealthStatus
impl FromValue for ClusterHealthStatus
Auto Trait Implementations§
impl Freeze for ClusterHealthStatus
impl RefUnwindSafe for ClusterHealthStatus
impl Send for ClusterHealthStatus
impl Sync for ClusterHealthStatus
impl Unpin for ClusterHealthStatus
impl UnwindSafe for ClusterHealthStatus
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