Struct elastic::client::responses::prelude::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 IsOk for PingResponse

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

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

Deserialize this value from the given Serde deserializer. Read more

impl Debug for PingResponse

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for PingResponse

impl Sync for PingResponse