Struct elastic::client::responses::IndicesExistsResponse []

pub struct IndicesExistsResponse { /* fields omitted */ }

Response for an index exists request.

Methods

impl IndicesExistsResponse

Whether or not the index exists.

Trait Implementations

impl IsOk for IndicesExistsResponse

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

impl<'de> Deserialize<'de> for IndicesExistsResponse

Deserialize this value from the given Serde deserializer. Read more

impl Debug for IndicesExistsResponse

Formats the value using the given formatter. Read more

Auto Trait Implementations