Struct rs_es::query::TermsFilter [] [src]

pub struct TermsFilter {
    // some fields omitted
}

Methods

impl TermsFilter

fn with_execution<T: Into<Execution>>(self, value: T) -> Self

fn with_cache<T: Into<bool>>(self, value: T) -> Self

fn with_cache_key<T: Into<String>>(self, value: T) -> Self

fn with_name<T: Into<String>>(self, value: T) -> Self

fn build(self) -> Filter

Trait Implementations

impl ToJson for TermsFilter

fn to_json(&self) -> Json

Derived Implementations

impl Debug for TermsFilter

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