Enum rs_es::query::OptimizeBbox [] [src]

pub enum OptimizeBbox {
    Memory,
    Indexed,
    None,
}

Variants

Memory
Indexed
None

Trait Implementations

impl ToJson for OptimizeBbox

fn to_json(&self) -> Json

Derived Implementations

impl Debug for OptimizeBbox

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