Enum elastic_queries::BoolQuerySections [] [src]

pub enum BoolQuerySections {
    Must,
    Should,
    Filter,
    MustNot,
}

Variants