Struct rs_es::operations::analyze::AnalyzeResult [] [src]

pub struct AnalyzeResult {
    pub tokens: Vec<Token>,
}

The result of an analyze operation

Fields

tokens

Trait Implementations

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

fn from(r: &'a Json) -> AnalyzeResult

Derived Implementations

impl Debug for AnalyzeResult

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