Enum rs_es::operations::bulk::ActionType [] [src]

pub enum ActionType {
    Index,
    Create,
    Delete,
    Update,
}

Variants

WARNING - currently un-implemented

Trait Implementations

impl Serialize for ActionType
[src]

Serializes this value into this serializer.

impl ToString for ActionType
[src]

Converts the given value to a String. Read more