Enum rs_es::operations::bulk::ActionType
[−]
[src]
pub enum ActionType { Index, Create, Delete, Update, }
Variants
Index | |
Create | |
Delete | |
Update |
pub enum ActionType { Index, Create, Delete, Update, }
Index | |
Create | |
Delete | |
Update |
impl<'a> From<&'a String> for ActionType
fn from(from: &'a String) -> ActionType
impl ToString for ActionType