Struct elastic::client::responses::PingResponse []

pub struct PingResponse { /* fields omitted */ }

Response for a cluster ping request.

Methods

impl PingResponse

The name of the pinged node.

The name of the cluster the pinged node belongs to.

The Elasticsearch version metadata.

Trait Implementations

impl<'de> Deserialize<'de> for PingResponse

impl Debug for PingResponse

Formats the value using the given formatter.

impl IsOk for PingResponse

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