Struct rs_es::query::RangeFilter [] [src]

pub struct RangeFilter {
    // some fields omitted
}

Methods

impl RangeFilter

fn with_gte<T: Into<JsonVal>>(self, value: T) -> Self

fn with_gt<T: Into<JsonVal>>(self, value: T) -> Self

fn with_lte<T: Into<JsonVal>>(self, value: T) -> Self

fn with_lt<T: Into<JsonVal>>(self, value: T) -> Self

fn with_boost<T: Into<f64>>(self, value: T) -> Self

fn with_time_zone<T: Into<String>>(self, value: T) -> Self

fn with_format<T: Into<String>>(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

Trait Implementations

impl ToJson for RangeFilter

fn to_json(&self) -> Json

Derived Implementations

impl Debug for RangeFilter

fn fmt(&self, __arg_0: &mut Formatter) -> Result