Struct multistream_batch::channel::tx_buf_batch::Complete[][src]

pub struct Complete<'i, I: Debug>(_);
Expand description

Provides actions that can be taken to consume complete batch.

Implementations

Restarts the batch. TxBufBatchChannel.next() will iterate already received items starting from oldest one in the current batch.

Commits the current batch by dropping all buffered items.

Commits the current batch by draining all buffered items.

Trait Implementations

Formats the value using the given formatter. Read more

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

Performs the conversion.

Performs the conversion.

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.