Enum rs_es::operations::search::Order [] [src]

pub enum Order {
    Asc,
    Desc,
}

Order of a sort

Variants

Asc
Desc

Trait Implementations

impl ToString for Order

fn to_string(&self) -> String

impl ToJson for Order

fn to_json(&self) -> Json

Derived Implementations

impl Debug for Order

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