Enum rs_es::operations::bulk::ActionType
[−]
[src]
pub enum ActionType {
Index,
Create,
Delete,
Update,
}Variants
IndexCreateDeleteUpdateWARNING - 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.