pub struct CompositeAggregationSource {
pub date_histogram: Option<String>,
pub histogram: Option<String>,
pub geotile_grid: Option<String>,
pub terms: Option<String>,
}Fields§
§date_histogram: Option<String>§histogram: Option<String>§geotile_grid: Option<String>§terms: Option<String>Implementations§
Source§impl CompositeAggregationSource
impl CompositeAggregationSource
pub fn new() -> CompositeAggregationSource
Trait Implementations§
Source§impl Clone for CompositeAggregationSource
impl Clone for CompositeAggregationSource
Source§fn clone(&self) -> CompositeAggregationSource
fn clone(&self) -> CompositeAggregationSource
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 CompositeAggregationSource
impl Debug for CompositeAggregationSource
Source§impl Default for CompositeAggregationSource
impl Default for CompositeAggregationSource
Source§fn default() -> CompositeAggregationSource
fn default() -> CompositeAggregationSource
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for CompositeAggregationSource
impl<'de> Deserialize<'de> for CompositeAggregationSource
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 CompositeAggregationSource
impl PartialEq for CompositeAggregationSource
Source§fn eq(&self, other: &CompositeAggregationSource) -> bool
fn eq(&self, other: &CompositeAggregationSource) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for CompositeAggregationSource
Auto Trait Implementations§
impl Freeze for CompositeAggregationSource
impl RefUnwindSafe for CompositeAggregationSource
impl Send for CompositeAggregationSource
impl Sync for CompositeAggregationSource
impl Unpin for CompositeAggregationSource
impl UnsafeUnpin for CompositeAggregationSource
impl UnwindSafe for CompositeAggregationSource
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