Enum qapi_qmp::JobVerb[][src]

pub enum JobVerb {
    cancel,
    pause,
    resume,
    set_speed,
    complete,
    dismiss,
    finalize,
}

Variants

Trait Implementations

impl Debug for JobVerb
[src]

Formats the value using the given formatter. Read more

impl Clone for JobVerb
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for JobVerb

impl Sync for JobVerb