Struct elastic_responses::Shards [] [src]

pub struct Shards { /* fields omitted */ }

Returned hits metadata.

Methods

impl Shards
[src]

The total number of shards that participated in this request.

The total number of shards that successfully processed the request.

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

Trait Implementations

impl Debug for Shards
[src]

Formats the value using the given formatter.

impl Clone for Shards
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Shards
[src]