Struct rs_es::operations::RefreshResult [] [src]

pub struct RefreshResult {
    pub shards: ShardCountResult,
}

Result of a refresh request

Fields

shards

Trait Implementations

impl<'a> From<&'a Json> for RefreshResult

fn from(r: &'a Json) -> RefreshResult