Struct rs_es::operations::search::aggregations::AggregationsResult [] [src]

pub struct AggregationsResult(_);

Methods

impl AggregationsResult

fn get<'a>(&'a self, key: &str) -> Result<&'a AggregationResult, EsError>

fn from(aggs: &Aggregations, json: &Json) -> AggregationsResult

Trait Implementations

Derived Implementations

impl Debug for AggregationsResult

fn fmt(&self, __arg_0: &mut Formatter) -> Result