pub struct ProcessBatch {}
Expand description

The batch process batch structure.

Implementations

The batch process batch implementation.

Process batches for the AmFn batch processing.

Arguments
  • config_names - Configuration names.
  • show_updates - Show update messages from the engine.
Return
  • The batch result or an error code.

Print line with a specific color.

Arguments
  • text - Text to print.
  • color - Color to print text.

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.