Enum qapi_qmp::JobType[][src]

pub enum JobType {
    commit,
    stream,
    mirror,
    backup,
    create,
}

Variants

Trait Implementations

impl Debug for JobType
[src]

Formats the value using the given formatter. Read more

impl Clone for JobType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for JobType

impl Sync for JobType