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,
}

Variants

Trait Implementations

impl Debug for RunState
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for RunState
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for RunState

impl Sync for RunState