Struct ezexec::ExecBuilder[][src]

pub struct ExecBuilder { /* fields omitted */ }
Expand description

A child executor builder

Implementations

Creates a new builder for binary (requires a valid path; does not search PATH for binary)

Looks for binary in PATH and creates a new builder

Returns a new shell-executed based command

Sets the process working dir for the child

Sets the environment variables for the child

Sets a single environment variable for the child

Spawn the child and capture the output

Spawn the child and inherit stdin/-out/-err from the parent process

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.