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

pub struct RangeResult {
    pub buckets: HashMap<String, RangeBucketResult>,
}

Fields

buckets

Trait Implementations

Derived Implementations

impl Debug for RangeResult

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