Enum qapi_qmp::JobStatus[][src]

pub enum JobStatus {
    undefined,
    created,
    running,
    paused,
    ready,
    standby,
    waiting,
    pending,
    aborting,
    concluded,
    null,
}

Variants

Trait Implementations

impl Debug for JobStatus
[src]

Formats the value using the given formatter. Read more

impl Clone for JobStatus
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for JobStatus

impl Sync for JobStatus