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

The batch result element.

Implementations

The batch result element implementation.

Create a new object.

Arguments
  • batches_param - Number of batches processed.
  • successes_param - Number of processed successes.
  • failures_param - Number of processed failures.
Return
  • See description.

Return the number of batches processed.

Return
  • See description.

Return the number of processed successes.

Return
  • See description.

Return the number of processed failures.

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.