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

pub struct DeleteOperation<'a, 'b> {
    // some fields omitted
}

Methods

impl<'a, 'b> DeleteOperation<'a, 'b>
[src]

fn new(client: &'a mut Client, index: &'b str, doc_type: &'b str, id: &'b str) -> DeleteOperation<'a, 'b>

fn with_version<T: Into<OptionVal>>(&'a mut self, val: T) -> &'a mut Self

fn with_version_type<T: Into<OptionVal>>(&'a mut self, val: T) -> &'a mut Self

fn with_routing<T: Into<OptionVal>>(&'a mut self, val: T) -> &'a mut Self

fn with_parent<T: Into<OptionVal>>(&'a mut self, val: T) -> &'a mut Self

fn with_consistency<T: Into<OptionVal>>(&'a mut self, val: T) -> &'a mut Self

fn with_refresh<T: Into<OptionVal>>(&'a mut self, val: T) -> &'a mut Self

fn with_timeout<T: Into<OptionVal>>(&'a mut self, val: T) -> &'a mut Self

fn send(&'a mut self) -> Result<DeleteResultEsError>