Struct rs_es::operations::bulk::ActionResult [] [src]

pub struct ActionResult {
    pub action: ActionType,
    pub index: String,
    pub doc_type: String,
    pub version: u64,
    pub status: u64,
}

The result of specific actions

Fields

action
index
doc_type
version
status

Trait Implementations

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

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