Struct rs_es::operations::index::IndexResult [] [src]

pub struct IndexResult {
    pub index: String,
    pub doc_type: String,
    pub id: String,
    pub version: u64,
    pub created: bool,
}

The result of an index operation

Fields

Trait Implementations

impl Debug for IndexResult
[src]

Formats the value using the given formatter.