Struct elastic_responses::DeleteResponse [] [src]

pub struct DeleteResponse { /* fields omitted */ }

Response for a delete document request.

Methods

impl DeleteResponse
[src]

[src]

Whether or not a matching document was found.

[src]

Whether or not the document was deleted.

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

[src]

Formats the value using the given formatter.

impl IsOk for DeleteResponse
[src]

[src]

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