Struct rs_es::operations::bulk::ActionResultInner [] [src]

pub struct ActionResultInner {
    pub index: String,
    pub doc_type: String,
    pub version: u64,
    pub status: u64,
    pub shards: ShardCountResult,
    pub found: Option<bool>,
}

Fields

Trait Implementations

impl Debug for ActionResultInner
[src]

Formats the value using the given formatter.