Struct inapi::CommandResult [] [src]

pub struct CommandResult {
    pub exit_code: i32,
    pub stdout: String,
    pub stderr: String,
}

Result attributes returned from the managed host.

Fields

Exit code for the shell command's process

Process's standard output

Process's standard error

Trait Implementations

impl Debug for CommandResult
[src]

[src]

Formats the value using the given formatter.