Enum qapi_qmp::MigrationStatus [−][src]
pub enum MigrationStatus { none, setup, cancelling, cancelled, active, postcopy_active, postcopy_paused, postcopy_recover, completed, failed, colo, pre_switchover, device, }
Variants
none
setup
cancelling
cancelled
active
postcopy_active
postcopy_paused
postcopy_recover
completed
failed
colo
pre_switchover
device
Trait Implementations
impl Debug for MigrationStatus
[src]
impl Debug for MigrationStatus
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Clone for MigrationStatus
[src]
impl Clone for MigrationStatus
fn clone(&self) -> MigrationStatus
[src]
fn clone(&self) -> MigrationStatus
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
Auto Trait Implementations
impl Send for MigrationStatus
impl Send for MigrationStatus
impl Sync for MigrationStatus
impl Sync for MigrationStatus