Enum elastic::client::responses::BulkAction []

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

The bulk action being performed.

Variants

Trait Implementations

impl<'de> Deserialize<'de> for BulkAction

impl Debug for BulkAction

Formats the value using the given formatter.

impl Clone for BulkAction