Struct rs_es::query::HasParentFilter
[−]
[src]
pub struct HasParentFilter { // some fields omitted }
pub struct HasParentFilter { // some fields omitted }
impl HasParentFilter
fn with_query<T: Into<Box<Query>>>(self, value: T) -> Self
fn with_filter<T: Into<Box<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 HasParentFilter
impl Debug for HasParentFilter