pub struct ClusterNodeCount {Show 15 fields
pub data_content: Option<u32>,
pub transform: Option<u32>,
pub master: u32,
pub ml: Option<u32>,
pub data_cold: Option<u32>,
pub ingest: u32,
pub remote_cluster_client: u32,
pub data_warm: Option<u32>,
pub voting_only: Option<u32>,
pub data_frozen: Option<u32>,
pub data: u32,
pub coordinating_only: u32,
pub total: u32,
pub cluster_manager: Option<u32>,
pub data_hot: Option<u32>,
}Fields§
§data_content: Option<u32>§transform: Option<u32>§master: u32§ml: Option<u32>§data_cold: Option<u32>§ingest: u32§remote_cluster_client: u32§data_warm: Option<u32>§voting_only: Option<u32>§data_frozen: Option<u32>§data: u32§coordinating_only: u32§total: u32§cluster_manager: Option<u32>§data_hot: Option<u32>Implementations§
Trait Implementations§
Source§impl Clone for ClusterNodeCount
impl Clone for ClusterNodeCount
Source§fn clone(&self) -> ClusterNodeCount
fn clone(&self) -> ClusterNodeCount
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 ClusterNodeCount
impl Debug for ClusterNodeCount
Source§impl Default for ClusterNodeCount
impl Default for ClusterNodeCount
Source§fn default() -> ClusterNodeCount
fn default() -> ClusterNodeCount
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ClusterNodeCount
impl<'de> Deserialize<'de> for ClusterNodeCount
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for ClusterNodeCount
impl PartialEq for ClusterNodeCount
Source§fn eq(&self, other: &ClusterNodeCount) -> bool
fn eq(&self, other: &ClusterNodeCount) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for ClusterNodeCount
impl Serialize for ClusterNodeCount
impl StructuralPartialEq for ClusterNodeCount
Auto Trait Implementations§
impl Freeze for ClusterNodeCount
impl RefUnwindSafe for ClusterNodeCount
impl Send for ClusterNodeCount
impl Sync for ClusterNodeCount
impl Unpin for ClusterNodeCount
impl UnsafeUnpin for ClusterNodeCount
impl UnwindSafe for ClusterNodeCount
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