Struct elastic_responses::CommandResponse [] [src]

pub struct CommandResponse { /* fields omitted */ }

A standard command acknowledgement response.

Methods

impl CommandResponse
[src]

[src]

Whether or not the request was acknowledged.

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

Trait Implementations

impl Debug for CommandResponse
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for CommandResponse
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl IsOk for CommandResponse
[src]

[src]

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

Auto Trait Implementations