[][src]Struct rs_es::operations::analyze::AnalyzeOperation

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

Methods

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

pub fn new(client: &'a mut Client, body: &'b str) -> AnalyzeOperation<'a, 'b>[src]

pub fn with_index(&mut self, index: &'b str) -> &mut Self[src]

pub fn with_analyzer(&mut self, analyzer: &'b str) -> &mut Self[src]

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

Trait Implementations

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

Auto Trait Implementations

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

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

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

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

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

Blanket Implementations

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

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

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

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, U> TryInto<U> for T where
    U: TryFrom<T>, 

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