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

pub enum IndexOptions {
    Offsets,
}

Variants

Trait Implementations

impl Debug for IndexOptions
[src]

Formats the value using the given formatter.

impl Clone for IndexOptions
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Serialize for IndexOptions
[src]

Serializes this value into this serializer.