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

pub struct Nested<'a> {
    pub path: &'a str,
}

Nested aggregation

Fields

path

Methods

impl<'a> Nested<'a>

fn new(path: &'a str) -> Nested<'a>

Trait Implementations

impl<'a> ToJson for Nested<'a>

fn to_json(&self) -> Json

Derived Implementations

impl<'a> Debug for Nested<'a>

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