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

Trait Implementations

impl Debug for MigrationCapability
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for MigrationCapability
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations