Struct rd_agent_intf::args::Args [−][src]
pub struct Args {Show fields
pub dir: String,
pub scratch: Option<String>,
pub dev: Option<String>,
pub rep_retention: u64,
pub rep_1min_retention: u64,
pub systemd_timeout: f64,
pub enforce: EnforceConfig,
pub no_iolat: bool,
pub force: bool,
pub force_running: bool,
pub prepare: bool,
pub linux_tar: Option<String>,
pub bench_file: Option<String>,
pub reset: bool,
pub keep_reports: bool,
pub bypass: bool,
pub verbosity: u32,
pub bandit: Option<Bandit>,
}Fields
dir: Stringscratch: Option<String>dev: Option<String>rep_retention: u64rep_1min_retention: u64systemd_timeout: f64enforce: EnforceConfigno_iolat: boolforce: boolforce_running: boolprepare: boollinux_tar: Option<String>bench_file: Option<String>reset: boolkeep_reports: boolbypass: boolverbosity: u32bandit: Option<Bandit>Implementations
Trait Implementations
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl RefUnwindSafe for Argsimpl UnwindSafe for ArgsBlanket Implementations
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V