Enum style::parallel::DispatchMode [] [src]

pub enum DispatchMode {
    TailCall,
    NotTailCall,
}

Controls whether traverse_nodes may make a recursive call to continue doing work, or whether it should always dispatch work asynchronously.

Variants

This is the last operation by the caller.

This is not the last operation by the caller.

Trait Implementations

impl Clone for DispatchMode
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for DispatchMode
[src]

impl PartialEq for DispatchMode
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

1.0.0
[src]

This method tests for !=.