Struct elasticsearch::dangling_indices::DanglingIndices
source · [−]pub struct DanglingIndices<'a> { /* private fields */ }
Expand description
Namespace client for DanglingIndices APIs
Implementations
sourceimpl<'a> DanglingIndices<'a>
impl<'a> DanglingIndices<'a>
sourcepub fn new(transport: &'a Transport) -> Self
pub fn new(transport: &'a Transport) -> Self
Creates a new instance of DanglingIndices
pub fn transport(&self) -> &Transport
sourcepub fn delete_dangling_index<'b>(
&'a self,
parts: DanglingIndicesDeleteDanglingIndexParts<'b>
) -> DanglingIndicesDeleteDanglingIndex<'a, 'b>
pub fn delete_dangling_index<'b>(
&'a self,
parts: DanglingIndicesDeleteDanglingIndexParts<'b>
) -> DanglingIndicesDeleteDanglingIndex<'a, 'b>
Dangling Indices Delete Dangling Index API
Deletes the specified dangling index
sourcepub fn import_dangling_index<'b>(
&'a self,
parts: DanglingIndicesImportDanglingIndexParts<'b>
) -> DanglingIndicesImportDanglingIndex<'a, 'b, ()>
pub fn import_dangling_index<'b>(
&'a self,
parts: DanglingIndicesImportDanglingIndexParts<'b>
) -> DanglingIndicesImportDanglingIndex<'a, 'b, ()>
Dangling Indices Import Dangling Index API
Imports the specified dangling index
sourcepub fn list_dangling_indices<'b>(
&'a self
) -> DanglingIndicesListDanglingIndices<'a, 'b>
pub fn list_dangling_indices<'b>(
&'a self
) -> DanglingIndicesListDanglingIndices<'a, 'b>
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> Instrument for T
impl<T> Instrument for T
sourcefn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
sourcefn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
sourceimpl<T> WithSubscriber for T
impl<T> WithSubscriber for T
sourcefn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self> where
S: Into<Dispatch>,
fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self> where
S: Into<Dispatch>,
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
sourcefn with_current_subscriber(self) -> WithDispatch<Self>
fn with_current_subscriber(self) -> WithDispatch<Self>
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more