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

pub struct PingResponse {
    pub name: String,
    pub cluster_name: String,
    pub tagline: String,
    pub version: ClusterVersion,
}

Response for a cluster ping request.

Fields

Trait Implementations

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

impl IsOk for PingResponse

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

impl Debug for PingResponse

Formats the value using the given formatter.