pub struct Args {
Show 34 fields pub dir: String, pub dev: Option<String>, pub linux_tar: Option<String>, pub rep_retention: u64, pub systemd_timeout: f64, pub hashd_size: Option<usize>, pub hashd_fake_cpu_load: Option<bool>, pub mem_profile: Option<u32>, pub mem_avail: usize, pub mem_margin: f64, pub mode: Mode, pub iocost_qos_ovr: IoCostQoSOvr, pub swappiness_ovr: Option<u32>, pub job_specs: Vec<JobSpec>, pub result: String, pub study_rep_d: String, pub iocost_from_sys: bool, pub keep_reports: bool, pub clear_reports: bool, pub force: bool, pub force_shadow_inode_prot_test: bool, pub skip_shadow_inode_prot_test: bool, pub test: bool, pub verbosity: u32, pub rstat: u32, pub merge_srcs: Vec<String>, pub merge_by_id: bool, pub merge_ignore_versions: bool, pub merge_ignore_sysreqs: bool, pub merge_multiple: bool, pub upload_email: Option<String>, pub upload_github: Option<String>, pub upload_url: Option<String>, pub doc_subjects: Vec<String>,
}

Fields

dir: Stringdev: Option<String>linux_tar: Option<String>rep_retention: u64systemd_timeout: f64hashd_size: Option<usize>hashd_fake_cpu_load: Option<bool>mem_profile: Option<u32>mem_avail: usizemem_margin: f64mode: Modeiocost_qos_ovr: IoCostQoSOvrswappiness_ovr: Option<u32>job_specs: Vec<JobSpec>result: Stringstudy_rep_d: Stringiocost_from_sys: boolkeep_reports: boolclear_reports: boolforce: boolforce_shadow_inode_prot_test: boolskip_shadow_inode_prot_test: booltest: boolverbosity: u32rstat: u32merge_srcs: Vec<String>merge_by_id: boolmerge_ignore_versions: boolmerge_ignore_sysreqs: boolmerge_multiple: boolupload_email: Option<String>upload_github: Option<String>upload_url: Option<String>doc_subjects: Vec<String>

Implementations

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

Returns the “default value” for a type. 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 alignment of pointer.

The type for initializers.

Initializes a with the given initializer. Read more

Dereferences the given pointer. Read more

Mutably dereferences the given pointer. Read more

Drops the object pointed to by the given pointer. Read more

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

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.