Struct elastic_responses::UpdateResponse [] [src]

pub struct UpdateResponse { /* fields omitted */ }

Response for a update document request.

Methods

impl UpdateResponse
[src]

[src]

Whether or not the document was updated.

[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 UpdateResponse
[src]

[src]

Formats the value using the given formatter.

impl IsOk for UpdateResponse
[src]

[src]

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