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

Trait Implementations

impl Debug for MigrationCapability
[src]

Formats the value using the given formatter. Read more

impl Clone for MigrationCapability
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for MigrationCapability

impl Sync for MigrationCapability