Struct elastic_responses::PingResponse [] [src]

pub struct PingResponse { /* fields omitted */ }

Response for a cluster ping request.

Methods

impl PingResponse
[src]

[src]

The name of the pinged node.

[src]

The name of the cluster the pinged node belongs to.

[src]

The Elasticsearch version metadata.

Trait Implementations

impl Debug for PingResponse
[src]

[src]

Formats the value using the given formatter.

impl IsOk for PingResponse
[src]

[src]

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