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,
}Variants
xbzrlerdma_pin_allauto_convergezero_blockscompresseventspostcopy_ramx_colorelease_ramblockreturn_pathpause_before_switchoverx_multifd
Trait Implementations
impl Debug for MigrationCapability[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more
impl Clone for MigrationCapability[src]
fn clone(&self) -> MigrationCapability[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more