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

Trait Implementations

impl Debug for DeleteResult
[src]

Formats the value using the given formatter.