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

Fields§

§tls_hostname: Option<StrOrNull>§cpu_throttle_increment: Option<isize>§block_incremental: Option<bool>§x_multifd_channels: Option<isize>§cpu_throttle_initial: Option<isize>§x_checkpoint_delay: Option<isize>§decompress_threads: Option<isize>§x_multifd_page_count: Option<isize>§max_bandwidth: Option<isize>§downtime_limit: Option<isize>§tls_creds: Option<StrOrNull>§max_postcopy_bandwidth: Option<usize>§compress_threads: Option<isize>§compress_level: Option<isize>§xbzrle_cache_size: Option<usize>§max_cpu_throttle: 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.