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

total
successful
failed

Trait Implementations

Derived Implementations

impl Decodable for ShardCountResult

fn decode<__D: Decoder>(__arg_0: &mut __D) -> Result<ShardCountResult, __D::Error>

impl Debug for ShardCountResult

fn fmt(&self, __arg_0: &mut Formatter) -> Result