Struct rs_es::query::OrFilter
[−]
[src]
pub struct OrFilter { // some fields omitted }
pub struct OrFilter { // some fields omitted }
impl OrFilter
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 OrFilter
impl Debug for OrFilter