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

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

Variants

Index
Create
Delete
Update

Trait Implementations

impl<'a> From<&'a String> for ActionType

fn from(from: &'a String) -> ActionType

impl ToString for ActionType

fn to_string(&self) -> String