Struct rs_es::operations::delete::DeleteResult [] [src]

pub struct DeleteResult {
    pub found: bool,
    pub index: String,
    pub doc_type: String,
    pub id: String,
    pub version: u64,
}

Result of a DELETE operation

Fields

found
index
doc_type
id
version

Trait Implementations

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

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

Derived Implementations

impl Debug for DeleteResult

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