pub struct ElemBatch { /* private fields */ }
Expand description

The batch structure.

Implementations

The batch implementation.

Create a new object.

Arguments
  • name_param - Name of the batch.
  • group_param - Optional group of the batch.
  • locale_param - User locale of the batch.
  • enabled_param - Enabled for execution.
  • actions_param - Actions of the batch.
  • inputs_param - Inputs of the batch.
  • outputs_param - Outputs of the batch.
Return
  • See description.

Get the name of the batch.

Return
  • See description.

Get the optional group of the batch.

Return
  • See description.

Get the user locale of the batch.

Return
  • See description.

Get the enabled for execution.

Return
  • See description.

Get the actions of the batch.

Return
  • See description.

Get the inputs of the batch.

Return
  • See description.

Get the outputs of the batch.

Return
  • See description.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.