pub struct TaskAssignment<'a, T: TaskQueue, const N: usize> { /* private fields */ }
Expand description

Assignment of a task range yet to be processed

Implementations§

A slice of the assigned task range

Resolve task assignment with an iterator where indexes align with tasks

Resolve task assignment by mapping each task into it’s respective value

Move TaskAssignment into a thread where blocking is acceptable

Trait Implementations§

Executes the destructor for this type. 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

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Convert self to an expression for Diesel’s query builder. Read more
Convert &self to an expression for Diesel’s query builder. Read more
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.