Struct ubend::Command[][src]

pub struct Command {
    pub stdin: PipeSetup,
    pub stdout: PipeSetup,
    pub stderr: PipeSetup,
    pub last: Target,
    pub argv: Vec<String>,
    pub envp: HashMap<String, String>,
}

Configuration of a child process.

Fields

Methods

impl Command
[src]

Trait Implementations

impl Debug for Command
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Command

impl Sync for Command