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
id: String
res: i32
profile: String
subtime: f64
walltime: f64
Methods
impl Job
[src]
fn split_id(id: &String) -> (String, String)
Split the job id in two parts (workload id, job id)
as defined n batsim.
Trait Implementations
impl Debug for Job
[src]
impl Clone for Job
[src]
fn clone(&self) -> Job
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more