Enum rs_es::operations::search::highlight::SettingTypes
[−]
[src]
pub enum SettingTypes { Plain, FVH, Postings, }
Variants
Plain
FVH
Postings
Trait Implementations
impl Debug for SettingTypes
[src]
impl Clone for SettingTypes
[src]
fn clone(&self) -> SettingTypes
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 SettingTypes
[src]
fn serialize<S>(&self, serializer: &mut S) -> Result<(), S::Error> where S: Serializer
Serializes this value into this serializer.