Struct elasticsearch::dangling_indices::DanglingIndices[][src]

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

Namespace client for DanglingIndices APIs

Implementations

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

pub fn new(transport: &'a Transport) -> Self[src]

Creates a new instance of DanglingIndices

pub fn transport(&self) -> &Transport[src]

pub fn delete_dangling_index<'b>(
    &'a self,
    parts: DanglingIndicesDeleteDanglingIndexParts<'b>
) -> DanglingIndicesDeleteDanglingIndex<'a, 'b>
[src]

Dangling Indices Delete Dangling Index API

Deletes the specified dangling index

pub fn import_dangling_index<'b>(
    &'a self,
    parts: DanglingIndicesImportDanglingIndexParts<'b>
) -> DanglingIndicesImportDanglingIndex<'a, 'b, ()>
[src]

Dangling Indices Import Dangling Index API

Imports the specified dangling index

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

Dangling Indices List Dangling Indices API

Returns all dangling indices.

Auto Trait Implementations

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

impl<'a> Send for DanglingIndices<'a>

impl<'a> Sync for DanglingIndices<'a>

impl<'a> Unpin for DanglingIndices<'a>

impl<'a> !UnwindSafe for DanglingIndices<'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> Instrument 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.