Struct igniter::monitor::ProcessData [] [src]

pub struct ProcessData {
    pub name: String,
    pub cmd: String,
    pub monitor_pid: i32,
    pub child_pid: i32,
    pub args: Vec<Vec<String>>,
    pub retries: i32,
    pub max_retries: i32,
}

Fields

Trait Implementations

impl Debug for ProcessData
[src]

[src]

Formats the value using the given formatter.

impl Clone for ProcessData
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more