Struct qapi_qmp::JOB_STATUS_CHANGE[][src]

pub struct JOB_STATUS_CHANGE {
    pub id: String,
    pub status: JobStatus,
}

Fields

Trait Implementations

impl Debug for JOB_STATUS_CHANGE
[src]

Formats the value using the given formatter. Read more

impl Clone for JOB_STATUS_CHANGE
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Event for JOB_STATUS_CHANGE
[src]

NAME: &'static str = "JOB_STATUS_CHANGE"

Auto Trait Implementations

impl Send for JOB_STATUS_CHANGE

impl Sync for JOB_STATUS_CHANGE