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