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

pub struct ActionResult {
    pub action: ActionType,
    pub inner: ActionResultInner,
}

The result of specific actions

Fields

Trait Implementations

impl Deserialize for ActionResult
[src]

Deserialize this value given this Deserializer.