Struct elastic_responses::IndexResponse [] [src]

pub struct IndexResponse { /* fields omitted */ }

Response for an index document request.

Methods

impl IndexResponse
[src]

Shards metadata for the request.

Whether or not a matching document was created.

The index for the document.

The type of the document.

The id of the document.

The version of the document.

Trait Implementations

impl Debug for IndexResponse
[src]

Formats the value using the given formatter.

impl IsOk for IndexResponse
[src]

Inspect the http response to determine whether or not it succeeded.