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

pub struct CommandResponse { /* fields omitted */ }

A standard command acknowledgement response.

Methods

impl CommandResponse

Whether or not the request was acknowledged.

This doesn't necessarily mean the request has been fully processed.

Trait Implementations

impl Clone for CommandResponse

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

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

impl Debug for CommandResponse

Formats the value using the given formatter.

impl IsOk for CommandResponse

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