Struct rs_es::query::AndFilter
[−]
[src]
pub struct AndFilter { // some fields omitted }
pub struct AndFilter { // some fields omitted }
impl AndFilter
fn with_filters<T: Into<Vec<Filter>>>(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 AndFilter
impl Debug for AndFilter