Struct rs_es::query::ScriptFilter [] [src]

pub struct ScriptFilter {
    // some fields omitted
}

Methods

impl ScriptFilter

fn with_params<T: Into<BTreeMap<String, JsonVal>>>(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 ScriptFilter

fn to_json(&self) -> Json

Derived Implementations

impl Debug for ScriptFilter

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