Enum rs_es::query::ScoreMode [] [src]

pub enum ScoreMode {
    Multiply,
    Sum,
    Avg,
    First,
    Max,
    Min,
}

ScoreMode

Variants

MultiplySumAvgFirstMaxMin

Trait Implementations

impl Debug for ScoreMode
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

impl Serialize for ScoreMode
[src]

fn serialize<S>(&self, serializer: &mut S) -> Result<(), S::Error> where S: Serializer

Serializes this value into this serializer.