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

pub struct DeleteByQueryResult {
    pub indices: HashMap<String, DeleteByQueryIndexResult>,
}

The result of a Delete-by-query request

Fields

indices

Methods

impl DeleteByQueryResult

fn successful(&self) -> bool

Trait Implementations

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

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

Derived Implementations

impl Debug for DeleteByQueryResult

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