Struct rs_es::operations::RefreshResult
[−]
[src]
pub struct RefreshResult { pub shards: ShardCountResult, }
Result of a refresh request
Fields
shards |
pub struct RefreshResult { pub shards: ShardCountResult, }
Result of a refresh request
shards |
impl<'a> From<&'a Json> for RefreshResult
fn from(r: &'a Json) -> RefreshResult