Enum qapi_qmp::MigrationParameter [−][src]
pub enum MigrationParameter { compress_level, compress_threads, decompress_threads, cpu_throttle_initial, cpu_throttle_increment, tls_creds, tls_hostname, max_bandwidth, downtime_limit, x_checkpoint_delay, block_incremental, x_multifd_channels, x_multifd_page_count, xbzrle_cache_size, max_postcopy_bandwidth, }
Variants
compress_level
compress_threads
decompress_threads
cpu_throttle_initial
cpu_throttle_increment
tls_creds
tls_hostname
max_bandwidth
downtime_limit
x_checkpoint_delay
block_incremental
x_multifd_channels
x_multifd_page_count
xbzrle_cache_size
max_postcopy_bandwidth
Trait Implementations
impl Debug for MigrationParameter
[src]
impl Debug for MigrationParameter
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Clone for MigrationParameter
[src]
impl Clone for MigrationParameter
fn clone(&self) -> MigrationParameter
[src]
fn clone(&self) -> MigrationParameter
Returns 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 MigrationParameter
impl Send for MigrationParameter
impl Sync for MigrationParameter
impl Sync for MigrationParameter