Enum rs_es::operations::search::highlight::TermVector [] [src]

pub enum TermVector {
    WithPositionsOffsets,
    BoundaryChars,
    BoundaryMaxScan,
}

Variants

Trait Implementations

impl Debug for TermVector
[src]

Formats the value using the given formatter.

impl Clone for TermVector
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Serialize for TermVector
[src]

Serializes this value into this serializer.