Struct ubend::Child

source · []
pub struct Child { /* private fields */ }

Implementations

Take ownership of stdin of the process.

If the setup didn’t create a pipe for stdin or the pipe was already

Take ownership of stdout of the process.

If the setup didn’t create a pipe for stdout or the pipe was already

Take ownership of stderr of the process.

If the setup didn’t create a pipe for stderr or the pipe was already

Close stdin of the child process, read its stdout and stderr (if possible) and wait for the child process to finish.

Trait Implementations

Formats the value using the given formatter. Read more

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.

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.