Struct rs_es::query::NestedQuery [] [src]

pub struct NestedQuery {
    // some fields omitted
}

Methods

impl NestedQuery

fn with_score_mode<T: Into<ScoreMode>>(self, value: T) -> Self

fn build(self) -> Query

Trait Implementations

impl ToJson for NestedQuery

fn to_json(&self) -> Json

Derived Implementations

impl Debug for NestedQuery

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