Struct elasticsearch_dsl::search::ClusterStatistics
source · [−]Expand description
Cluster statistics
Fields
total: u32
Total number of touched clusters
successful: u32
Total number of successful clusters
skipped: u32
Total number of skipped clusters
Trait Implementations
sourceimpl Clone for ClusterStatistics
impl Clone for ClusterStatistics
sourcefn clone(&self) -> ClusterStatistics
fn clone(&self) -> ClusterStatistics
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for ClusterStatistics
impl Debug for ClusterStatistics
sourceimpl<'de> Deserialize<'de> for ClusterStatistics
impl<'de> Deserialize<'de> for ClusterStatistics
sourcefn 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
sourceimpl PartialEq<ClusterStatistics> for ClusterStatistics
impl PartialEq<ClusterStatistics> for ClusterStatistics
sourcefn eq(&self, other: &ClusterStatistics) -> bool
fn eq(&self, other: &ClusterStatistics) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
sourcefn ne(&self, other: &ClusterStatistics) -> bool
fn ne(&self, other: &ClusterStatistics) -> bool
This method tests for !=
.
sourceimpl Serialize for ClusterStatistics
impl Serialize for ClusterStatistics
impl StructuralPartialEq for ClusterStatistics
Auto Trait Implementations
impl RefUnwindSafe for ClusterStatistics
impl Send for ClusterStatistics
impl Sync for ClusterStatistics
impl Unpin for ClusterStatistics
impl UnwindSafe for ClusterStatistics
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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