Enum kite::query::term_selector::TermSelector [] [src]

pub enum TermSelector {
    Prefix(String),
}

Variants

Methods

impl TermSelector
[src]

Trait Implementations

impl Debug for TermSelector
[src]

Formats the value using the given formatter.

impl PartialEq for TermSelector
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.