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

pub struct CommandResponse {
    pub acknowledged: bool,
}

A standard command acknowledgement response.

Fields

Trait Implementations

impl IsOk for CommandResponse

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

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

impl Debug for CommandResponse

Formats the value using the given formatter.

impl Clone for CommandResponse