Struct rs_es::operations::ShardCountResult [] [src]

pub struct ShardCountResult {
    pub total: u64,
    pub successful: u64,
    pub failed: u64,
}

Shared struct for operations that include counts of success/failed shards. This is returned within various other result structs.

Fields

Trait Implementations

impl Debug for ShardCountResult
[src]

Formats the value using the given formatter.