Enum qapi_qmp::BlockJobStatus[][src]

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

Variants

Trait Implementations

impl Debug for BlockJobStatus
[src]

Formats the value using the given formatter. Read more

impl Clone for BlockJobStatus
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations