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

pub struct Children<'a> {
    // some fields omitted
}
[]

Children aggregation - sub-aggregations run against the child document

Methods

impl<'a> Children<'a>

fn new(doc_type: &'a str) -> Children<'a>

Trait Implementations

impl<'a> ToJson for Children<'a>

fn to_json(&self) -> Json

Derived Implementations

impl<'a> Debug for Children<'a>

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