[][src]Enum rs_es::operations::search::aggregations::bucket::BucketAggregation

pub enum BucketAggregation<'a> {
    Global(Global<'a>),
    Filter(Filter<'a>),
    Filters(Filters<'a>),
    Missing(Missing<'a>),
    Nested(Nested<'a>),
    ReverseNested(ReverseNested<'a>),
    Children(Children<'a>),
    Terms(Box<Terms<'a>>),
    Range(Range<'a>),
    DateRange(DateRange<'a>),
    Histogram(Histogram<'a>),
    DateHistogram(DateHistogram<'a>),
    GeoDistance(GeoDistance<'a>),
    GeohashGrid(GeohashGrid<'a>),
}

The set of bucket aggregations

Variants

Global(Global<'a>)Filter(Filter<'a>)Filters(Filters<'a>)Missing(Missing<'a>)Nested(Nested<'a>)ReverseNested(ReverseNested<'a>)Children(Children<'a>)Terms(Box<Terms<'a>>)Range(Range<'a>)DateRange(DateRange<'a>)Histogram(Histogram<'a>)DateHistogram(DateHistogram<'a>)GeoDistance(GeoDistance<'a>)GeohashGrid(GeohashGrid<'a>)

Methods

impl<'a> BucketAggregation<'a>[src]

pub fn details(&self) -> &'static str[src]

Trait Implementations

impl<'a> Debug for BucketAggregation<'a>[src]

impl<'a> Serialize for BucketAggregation<'a>[src]

Auto Trait Implementations

impl<'a> Sync for BucketAggregation<'a>

impl<'a> Send for BucketAggregation<'a>

impl<'a> Unpin for BucketAggregation<'a>

impl<'a> RefUnwindSafe for BucketAggregation<'a>

impl<'a> UnwindSafe for BucketAggregation<'a>

Blanket Implementations

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Erased for T

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 

type Err = <U as TryFrom<T>>::Err