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

Fields§

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

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.