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

index
doc_type
id
version
created

Trait Implementations

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

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

Derived Implementations

impl Debug for IndexResult

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