Struct elastic_responses::IndexResponse [] [src]

pub struct IndexResponse { /* fields omitted */ }

Response for an index document request.

Methods

impl IndexResponse
[src]

[src]

Shards metadata for the request.

[src]

Whether or not a matching document was created.

[src]

The index for the document.

[src]

The type of the document.

[src]

The id of the document.

[src]

The version of the document.

Trait Implementations

impl Debug for IndexResponse
[src]

[src]

Formats the value using the given formatter.

impl IsOk for IndexResponse
[src]

[src]

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