pub struct HistogramCompositeSource { /* private fields */ }
Expand description
Represents a histogram source in a composite aggregation.
Implementations§
Source§impl HistogramCompositeSource
impl HistogramCompositeSource
Sourcepub fn missing_bucket(self, missing_bucket: bool) -> Self
pub fn missing_bucket(self, missing_bucket: bool) -> Self
Sets the missing_bucket
parameter for the histogram source.
missing_bucket
- Whether to include documents with missing values in the bucket.
Trait Implementations§
Source§impl Clone for HistogramCompositeSource
impl Clone for HistogramCompositeSource
Source§fn clone(&self) -> HistogramCompositeSource
fn clone(&self) -> HistogramCompositeSource
Returns a copy of the value. Read more
1.0.0 · 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 HistogramCompositeSource
impl Debug for HistogramCompositeSource
Source§impl PartialEq for HistogramCompositeSource
impl PartialEq for HistogramCompositeSource
Source§impl Serialize for HistogramCompositeSource
impl Serialize for HistogramCompositeSource
impl StructuralPartialEq for HistogramCompositeSource
Auto Trait Implementations§
impl Freeze for HistogramCompositeSource
impl RefUnwindSafe for HistogramCompositeSource
impl Send for HistogramCompositeSource
impl Sync for HistogramCompositeSource
impl Unpin for HistogramCompositeSource
impl UnwindSafe for HistogramCompositeSource
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