Struct cargo::ops::DefaultExecutor [] [src]

pub struct DefaultExecutor;

A DefaultExecutor calls rustc without doing anything else. It is Cargo's default behaviour.

Trait Implementations

impl Copy for DefaultExecutor
[src]

impl Clone for DefaultExecutor
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Executor for DefaultExecutor
[src]

[src]

Called after a rustc process invocation is prepared up-front for a given unit of work (may still be modified for runtime-known dependencies, when the work is actually executed). Read more

[src]

In case of an Err, Cargo will not continue with the build process for this package. Read more

[src]

[src]

Queried when queuing each unit of work. If it returns true, then the unit will always be rebuilt, independent of whether it needs to be. Read more