Struct rs_es::operations::refresh::RefreshOperation [] [src]

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

Methods

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

fn new(client: &'a mut Client) -> RefreshOperation

fn with_indexes(&'b mut self, indexes: &'b [&'b str]) -> &'b mut Self

fn send(&mut self) -> Result<RefreshResultEsError>