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

The batch action element.

Implementations

The batch action element implementation.

Create a new object.

Arguments
  • action_param - Action of the batch action element.
  • template_group_param - Selection of the batch action template group element.
  • cashflow_name_param - Selection of the batch action cashflow element.
  • cashflow_name2_param - Selection of the batch action cashflow element 2.
  • cashflow_new_param - New cashflow element name.
  • cashflow_options_param - Batch action cashflow element options.
  • event_name_param - Selection of the batch action event element by name.
  • select_param - Selection of the batch action event element by type.
  • iteration_param - Iteration of the batch action event element by type.
  • test_type_param - Test type.
  • test_value_param - Test value.
  • test_str_param - Test string.
Return
  • See description.

Get the action type.

Return
  • See description.

Get the name of the batch action template group element.

Return
  • See description.

Get the name of the batch action cashflow element.

Return
  • See description.

Get the name of the batch action cashflow element 2.

Return
  • See description.

Get the new cashflow element name.

Return
  • See description.

Get the batch action cashflow element options.

Return
  • See description.

Get the name of the batch action event element.

Return
  • See description.

Get the event select type.

Return
  • See description.

Get the iteration of the event select by type.

Return
  • See description.

Get the test type.

Return
  • See description.

Get the test value.

Return
  • See description.

Get the test string.

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.