Struct elastic_responses::IndicesExistsResponse [] [src]

pub struct IndicesExistsResponse { /* fields omitted */ }

Response for an index exists request.

Methods

impl IndicesExistsResponse
[src]

[src]

Whether or not the index exists.

Trait Implementations

impl Debug for IndicesExistsResponse
[src]

[src]

Formats the value using the given formatter.

impl IsOk for IndicesExistsResponse
[src]

[src]

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