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

The batch io element.

Implementations

The batch io element implementation.

Create a new object.

Arguments
  • io_type_param - IO type of the batch io element.
  • location_param - Location of the batch io element.
  • options_param - Options of the batch io output element.
Return
  • See description.

Get the type of the IO.

Return
  • See description.

Get the location of the IO.

Return
  • See description.

Get the options of the IO.

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.