Struct rs_es::query::HasParentQuery [] [src]

pub struct HasParentQuery {
    // some fields omitted
}

Methods

impl HasParentQuery

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

fn build(self) -> Query

Trait Implementations

impl ToJson for HasParentQuery

fn to_json(&self) -> Json

Derived Implementations

impl Debug for HasParentQuery

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