Struct elasticsearch::text_structure::TextStructure[][src]

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

Namespace client for TextStructure APIs  

Optional, experimental

This requires the experimental-apis feature. Can have breaking changes in future versions or might even be removed entirely.

Implementations

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

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

Creates a new instance of TextStructure

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

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

Text Structure Find Structure API

Finds the structure of a text file. The text file must contain data that is suitable to be ingested into Elasticsearch.  

Optional, experimental

This requires the experimental-apis feature. Can have breaking changes in future versions or might even be removed entirely.

Auto Trait Implementations

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

impl<'a> Send for TextStructure<'a>

impl<'a> Sync for TextStructure<'a>

impl<'a> Unpin for TextStructure<'a>

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