Struct rs_es::query::SpanNotQuery [] [src]

pub struct SpanNotQuery {
    // some fields omitted
}

Methods

impl SpanNotQuery

fn with_pre<T: Into<i64>>(self, value: T) -> Self

fn with_post<T: Into<i64>>(self, value: T) -> Self

fn with_dist<T: Into<i64>>(self, value: T) -> Self

fn build(self) -> Query

Trait Implementations

impl ToJson for SpanNotQuery

fn to_json(&self) -> Json

Derived Implementations

impl Debug for SpanNotQuery

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