Struct rs_es::operations::search::SearchHitsHitsResult [] [src]

pub struct SearchHitsHitsResult<T: Deserialize> {
    pub index: String,
    pub doc_type: String,
    pub id: String,
    pub score: Option<f64>,
    pub source: Option<Box<T>>,
    pub timestamp: Option<f64>,
    pub routing: Option<String>,
    pub fields: Option<Value>,
    pub highlight: Option<HighlightResult>,
}

Fields

Trait Implementations

impl<T: Debug + Deserialize> Debug for SearchHitsHitsResult<T>
[src]

Formats the value using the given formatter.