Enum qapi_qmp::MigrationCapability [−][src]
pub enum MigrationCapability {
xbzrle,
rdma_pin_all,
auto_converge,
zero_blocks,
compress,
events,
postcopy_ram,
x_colo,
release_ram,
block,
return_path,
pause_before_switchover,
x_multifd,
dirty_bitmaps,
postcopy_blocktime,
late_block_activate,
}Variants
xbzrlerdma_pin_allauto_convergezero_blockscompresseventspostcopy_ramx_colorelease_ramblockreturn_pathpause_before_switchoverx_multifddirty_bitmapspostcopy_blocktimelate_block_activate
Trait Implementations
impl Debug for MigrationCapability[src]
impl Debug for MigrationCapabilityfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Clone for MigrationCapability[src]
impl Clone for MigrationCapabilityfn clone(&self) -> MigrationCapability[src]
fn clone(&self) -> MigrationCapabilityReturns 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 MigrationCapability
impl Send for MigrationCapabilityimpl Sync for MigrationCapability
impl Sync for MigrationCapability