Struct elastic::client::responses::CommandResponse []

pub struct CommandResponse {
    pub acknowledged: bool,
}

A standard command acknowledgement response.

Fields

Trait Implementations

impl<'de> Deserialize<'de> for CommandResponse

impl IsOk for CommandResponse

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

impl Debug for CommandResponse

Formats the value using the given formatter.

impl Clone for CommandResponse