Enum rs_es::operations::search::highlight::IndexOptions
[−]
[src]
pub enum IndexOptions { Offsets, }
Variants
Offsets
Trait Implementations
impl Debug for IndexOptions
[src]
impl Clone for IndexOptions
[src]
fn clone(&self) -> IndexOptions
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more
impl Serialize for IndexOptions
[src]
fn serialize<S>(&self, serializer: &mut S) -> Result<(), S::Error> where S: Serializer
Serializes this value into this serializer.