Enum rs_es::operations::bulk::ActionType
[−]
[src]
pub enum ActionType { Index, Create, Delete, Update, }
Variants
Index
Create
Delete
Update
WARNING - currently un-implemented
Trait Implementations
impl Serialize for ActionType
[src]
fn serialize<S>(&self, serializer: &mut S) -> Result<(), S::Error> where S: Serializer
Serializes this value into this serializer.