Struct rs_es::operations::search::aggregations::ScriptedMetricResult [] [src]

pub struct ScriptedMetricResult {
    pub value: JsonVal,
}

Fields

value

Trait Implementations

impl<'a> From<&'a Json> for ScriptedMetricResult

fn from(from: &'a Json) -> ScriptedMetricResult

Derived Implementations

impl Debug for ScriptedMetricResult

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