Struct elastic::client::responses::Shards []

pub struct Shards { /* fields omitted */ }

Returned hits metadata.

Methods

impl Shards

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 Copy for Shards

impl<'de> Deserialize<'de> for Shards

Deserialize this value from the given Serde deserializer. Read more

impl Clone for Shards

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for Shards

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Shards

impl Sync for Shards