Enum qapi_qmp::MigrationCapability
source · pub enum MigrationCapability {
Show 16 variants
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§
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
Trait Implementations§
source§impl Clone for MigrationCapability
impl Clone for MigrationCapability
source§fn clone(&self) -> MigrationCapability
fn clone(&self) -> MigrationCapability
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for MigrationCapability
impl Debug for MigrationCapability
source§impl<'de> Deserialize<'de> for MigrationCapability
impl<'de> Deserialize<'de> for MigrationCapability
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more