pub struct AggregationProfileDelegateDebug {
pub filters: Option<Vec<AggregationProfileDelegateDebugFilter>>,
pub segments_with_doc_count_field: Option<u32>,
pub segments_collected: Option<u32>,
pub segments_with_deleted_docs: Option<u32>,
pub segments_counted: Option<u32>,
}Fields§
§filters: Option<Vec<AggregationProfileDelegateDebugFilter>>§segments_with_doc_count_field: Option<u32>§segments_collected: Option<u32>§segments_with_deleted_docs: Option<u32>§segments_counted: Option<u32>Implementations§
Trait Implementations§
Source§impl Clone for AggregationProfileDelegateDebug
impl Clone for AggregationProfileDelegateDebug
Source§fn clone(&self) -> AggregationProfileDelegateDebug
fn clone(&self) -> AggregationProfileDelegateDebug
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 Default for AggregationProfileDelegateDebug
impl Default for AggregationProfileDelegateDebug
Source§fn default() -> AggregationProfileDelegateDebug
fn default() -> AggregationProfileDelegateDebug
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for AggregationProfileDelegateDebug
impl<'de> Deserialize<'de> for AggregationProfileDelegateDebug
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 AggregationProfileDelegateDebug
impl PartialEq for AggregationProfileDelegateDebug
Source§fn eq(&self, other: &AggregationProfileDelegateDebug) -> bool
fn eq(&self, other: &AggregationProfileDelegateDebug) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for AggregationProfileDelegateDebug
Auto Trait Implementations§
impl Freeze for AggregationProfileDelegateDebug
impl RefUnwindSafe for AggregationProfileDelegateDebug
impl Send for AggregationProfileDelegateDebug
impl Sync for AggregationProfileDelegateDebug
impl Unpin for AggregationProfileDelegateDebug
impl UnsafeUnpin for AggregationProfileDelegateDebug
impl UnwindSafe for AggregationProfileDelegateDebug
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