Struct rs_es::operations::search::aggregations::bucket::ChildrenResult [] [src]

pub struct ChildrenResult {
    pub doc_count: u64,
    pub aggs: Option<AggregationsResult>,
}

Fields

Methods

impl ChildrenResult
[src]

Trait Implementations

impl Debug for ChildrenResult
[src]

Formats the value using the given formatter.