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 IsOk for CommandResponse

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

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

Deserialize this value from the given Serde deserializer. Read more

impl Clone for CommandResponse

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for CommandResponse

Formats the value using the given formatter. Read more

Auto Trait Implementations