Struct reql_types::Process [] [src]

pub struct Process {
    pub argv: Vec<String>,
    pub cache_size_mb: f64,
    pub pid: u64,
    pub time_started: DateTime,
    pub version: String,
}

Fields

Trait Implementations

impl Debug for Process
[src]

[src]

Formats the value using the given formatter.

impl Clone for Process
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more