pub struct MigrateSetParameters {
Show 17 fields pub x_multifd_channels: Option<isize>, pub max_cpu_throttle: Option<isize>, pub compress_level: Option<isize>, pub x_checkpoint_delay: Option<isize>, pub max_postcopy_bandwidth: Option<usize>, pub tls_hostname: Option<StrOrNull>, pub max_bandwidth: Option<isize>, pub cpu_throttle_increment: Option<isize>, pub tls_creds: Option<StrOrNull>, pub x_multifd_page_count: Option<isize>, pub compress_threads: Option<isize>, pub cpu_throttle_initial: Option<isize>, pub downtime_limit: Option<isize>, pub xbzrle_cache_size: Option<usize>, pub block_incremental: Option<bool>, pub decompress_threads: Option<isize>, pub compress_wait_thread: Option<bool>,
}

Fields§

§x_multifd_channels: Option<isize>§max_cpu_throttle: Option<isize>§compress_level: Option<isize>§x_checkpoint_delay: Option<isize>§max_postcopy_bandwidth: Option<usize>§tls_hostname: Option<StrOrNull>§max_bandwidth: Option<isize>§cpu_throttle_increment: Option<isize>§tls_creds: Option<StrOrNull>§x_multifd_page_count: Option<isize>§compress_threads: Option<isize>§cpu_throttle_initial: Option<isize>§downtime_limit: Option<isize>§xbzrle_cache_size: Option<usize>§block_incremental: Option<bool>§decompress_threads: Option<isize>§compress_wait_thread: Option<bool>

Trait Implementations§

Returns a copy of the value. Read more
Performs copy-assignment from source. Read more
Formats the value using the given formatter. Read more
Deserialize this value from the given Serde deserializer. Read more
Serialize this value into the given Serde serializer. Read more

Auto Trait Implementations§

Blanket Implementations§

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The resulting type after obtaining ownership.
Creates owned data from borrowed data, usually by cloning. Read more
Uses borrowed data to replace owned data, usually by cloning. Read more
The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.