Enum rs_es::query::compound::NoMatchQuery [] [src]

pub enum NoMatchQuery {
    None,
    All,
    Query(Query),
}

Options for the no_match_query option of IndicesQuery

Variants

Trait Implementations

impl Debug for NoMatchQuery
[src]

Formats the value using the given formatter.

impl From<Query> for NoMatchQuery
[src]

Performs the conversion.

impl Serialize for NoMatchQuery
[src]

Serializes this value into this serializer.