Struct elastic_responses::Shards [] [src]

pub struct Shards { /* fields omitted */ }

Returned hits metadata.

Methods

impl Shards
[src]

[src]

The total number of shards that participated in this request.

[src]

The total number of shards that successfully processed the request.

[src]

The total number of shards that failed to process the request.

Trait Implementations

impl Debug for Shards
[src]

[src]

Formats the value using the given formatter.

impl Clone for Shards
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for Shards
[src]