pub struct ChildShell { /* private fields */ }
Expand description

ShellProcess implementation based on Child from the Rust standard library.

Implementations

Creates a ChildShell instance based on the child process and an indicator whether it is echoing.

Trait Implementations

Formats the value using the given formatter. Read more

Returns true if the input commands are echoed back to the output.

Checks if the process is alive. Read more

Terminates the shell process. This can include killing it if necessary. 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.