Struct qapi_qmp::JOB_STATUS_CHANGE [−][src]
Fields
id: String
status: JobStatus
Trait Implementations
impl Debug for JOB_STATUS_CHANGE[src]
impl Debug for JOB_STATUS_CHANGEfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Clone for JOB_STATUS_CHANGE[src]
impl Clone for JOB_STATUS_CHANGEfn clone(&self) -> JOB_STATUS_CHANGE[src]
fn clone(&self) -> JOB_STATUS_CHANGEReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Event for JOB_STATUS_CHANGE[src]
impl Event for JOB_STATUS_CHANGEAuto Trait Implementations
impl Send for JOB_STATUS_CHANGE
impl Send for JOB_STATUS_CHANGEimpl Sync for JOB_STATUS_CHANGE
impl Sync for JOB_STATUS_CHANGE