Struct mitosis::Builder[][src]

pub struct Builder { /* fields omitted */ }

Implementations

Set an environment variable in the spawned process. Equivalent to Command::env

Set environment variables in the spawned process. Equivalent to Command::envs

Removes an environment variable in the spawned process. Equivalent to Command::env_remove

Clears all environment variables in the spawned process. Equivalent to Command::env_clear

Captures the stdin of the spawned process, allowing you to manually send data via JoinHandle::stdin

Captures the stdout of the spawned process, allowing you to manually receive data via JoinHandle::stdout

Captures the stderr of the spawned process, allowing you to manually receive data via JoinHandle::stderr

Trait Implementations

Formats the value using the given formatter. Read more

Returns the “default value” for a 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

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.