Struct rs_es::query::MissingFilter
[−]
[src]
pub struct MissingFilter { // some fields omitted }
pub struct MissingFilter { // some fields omitted }
impl MissingFilter
fn with_existence<T: Into<bool>>(self, value: T) -> Self
fn with_null_value<T: Into<bool>>(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
impl ToJson for MissingFilter
impl Debug for MissingFilter