Struct batsim::json_protocol::JobSubmitted [] [src]

pub struct JobSubmitted {
    pub job_id: String,
    pub job: Job,
    pub profile: Option<Profile>,
}

Fields

Trait Implementations

impl Debug for JobSubmitted
[src]

Formats the value using the given formatter.