Struct rs_es::query::term::RangeQuery
[−]
[src]
pub struct RangeQuery(_);
pub struct RangeQuery(_);
impl RangeQuery
[src]fn with_gte<T: Into<JsonVal>>(self, val: T) -> Self
fn with_gt<T: Into<JsonVal>>(self, val: T) -> Self
fn with_lte<T: Into<JsonVal>>(self, val: T) -> Self
fn with_lt<T: Into<JsonVal>>(self, val: T) -> Self
fn with_boost<T: Into<f64>>(self, val: T) -> Self
fn with_time_zone<T: Into<String>>(self, val: T) -> Self
fn with_format<T: Into<String>>(self, val: T) -> Self
fn build(self) -> Query
impl Debug for RangeQuery
[src]