Enum qapi_qmp::JobStatus [−][src]
pub enum JobStatus { undefined, created, running, paused, ready, standby, waiting, pending, aborting, concluded, null, }
Variants
undefined
created
running
paused
ready
standby
waiting
pending
aborting
concluded
null
Trait Implementations
impl Debug for JobStatus
[src]
impl Debug for JobStatus
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Clone for JobStatus
[src]
impl Clone for JobStatus