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

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

Methods

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

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

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

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

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

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

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

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

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

pub fn send(&'a mut self) -> Result<DeleteResult, EsError>[src]

Trait Implementations

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

Auto Trait Implementations

impl<'a, 'b> Sync for DeleteOperation<'a, 'b>

impl<'a, 'b> Send for DeleteOperation<'a, 'b>

impl<'a, 'b> Unpin for DeleteOperation<'a, 'b>

impl<'a, 'b> !RefUnwindSafe for DeleteOperation<'a, 'b>

impl<'a, 'b> !UnwindSafe for DeleteOperation<'a, 'b>

Blanket Implementations

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Erased for T

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 

type Err = <U as TryFrom<T>>::Err