Enum qapi_qmp::RunState[][src]

pub enum RunState {
    debug,
    inmigrate,
    internal_error,
    io_error,
    paused,
    postmigrate,
    prelaunch,
    finish_migrate,
    restore_vm,
    running,
    save_vm,
    shutdown,
    suspended,
    watchdog,
    guest_panicked,
    colo,
    preconfig,
}

Variants

Trait Implementations

impl Debug for RunState
[src]

Formats the value using the given formatter. Read more

impl Clone for RunState
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for RunState

impl Sync for RunState