[][src]Struct elasticsearch::enrich::Enrich

pub struct Enrich<'a> { /* fields omitted */ }

Namespace client for Enrich APIs

Methods

impl<'a> Enrich<'a>[src]

pub fn new(client: &'a Elasticsearch) -> Self[src]

Creates a new instance of Enrich

pub fn delete_policy<'b>(
    &'a self,
    parts: EnrichDeletePolicyParts<'b>
) -> EnrichDeletePolicy<'a, 'b>
[src]

pub fn execute_policy<'b>(
    &'a self,
    parts: EnrichExecutePolicyParts<'b>
) -> EnrichExecutePolicy<'a, 'b, ()>
[src]

pub fn get_policy<'b>(
    &'a self,
    parts: EnrichGetPolicyParts<'b>
) -> EnrichGetPolicy<'a, 'b>
[src]

pub fn put_policy<'b>(
    &'a self,
    parts: EnrichPutPolicyParts<'b>
) -> EnrichPutPolicy<'a, 'b, ()>
[src]

pub fn stats<'b>(&'a self) -> EnrichStats<'a, 'b>[src]

Auto Trait Implementations

impl<'a> !RefUnwindSafe for Enrich<'a>

impl<'a> Send for Enrich<'a>

impl<'a> Sync for Enrich<'a>

impl<'a> Unpin for Enrich<'a>

impl<'a> !UnwindSafe for Enrich<'a>

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.