Struct rs_es::query::joining::NestedQuery
[−]
[src]
pub struct NestedQuery { // some fields omitted }
Nested query
Methods
impl NestedQuery
[src]
fn with_score_mode<T: Into<ScoreMode>>(self, val: T) -> Self
fn build(self) -> Query
Trait Implementations
impl Debug for NestedQuery
[src]
impl Default for NestedQuery
[src]
fn default() -> NestedQuery
Returns the "default value" for a type. Read more