Enum qapi_qmp::MigrationStatus[][src]

pub enum MigrationStatus {
    none,
    setup,
    cancelling,
    cancelled,
    active,
    postcopy_active,
    completed,
    failed,
    colo,
    pre_switchover,
    device,
}

Variants

Trait Implementations

impl Debug for MigrationStatus
[src]

Formats the value using the given formatter. Read more

impl Clone for MigrationStatus
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations