Enum rs_es::query::full_text::ZeroTermsQuery   
                   
                       [−]
                   
               [src]
pub enum ZeroTermsQuery {
    None,
    All,
}Zero Terms Query
Variants
NoneAllTrait Implementations
impl Debug for ZeroTermsQuery[src]
impl Serialize for ZeroTermsQuery[src]
fn serialize<S>(&self, serializer: &mut S) -> Result<(), S::Error> where S: Serializer
Serializes this value into this serializer.