Struct batsim::json_protocol::Job [] [src]

pub struct Job {
    pub id: String,
    pub res: i32,
    pub profile: String,
    pub subtime: f64,
    pub walltime: f64,
}

Fields

Methods

impl Job
[src]

Split the job id in two parts (workload id, job id) as defined n batsim.

Trait Implementations

impl Debug for Job
[src]

Formats the value using the given formatter.

impl Clone for Job
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Display for Job
[src]

Formats the value using the given formatter.