Struct hurl::cli::CliOptions[][src]

pub struct CliOptions {
Show 24 fields pub color: bool, pub compressed: bool, pub connect_timeout: Duration, pub cookie_input_file: Option<String>, pub cookie_output_file: Option<String>, pub fail_fast: bool, pub file_root: Option<String>, pub follow_location: bool, pub html_dir: Option<PathBuf>, pub include: bool, pub insecure: bool, pub interactive: bool, pub json_file: Option<PathBuf>, pub max_redirect: Option<usize>, pub no_proxy: Option<String>, pub output: Option<String>, pub progress: bool, pub proxy: Option<String>, pub summary: bool, pub timeout: Duration, pub to_entry: Option<usize>, pub user: Option<String>, pub variables: HashMap<String, Value>, pub verbose: bool,
}

Fields

color: boolcompressed: boolconnect_timeout: Durationcookie_input_file: Option<String>cookie_output_file: Option<String>fail_fast: boolfile_root: Option<String>follow_location: boolhtml_dir: Option<PathBuf>include: boolinsecure: boolinteractive: booljson_file: Option<PathBuf>max_redirect: Option<usize>no_proxy: Option<String>output: Option<String>progress: boolproxy: Option<String>summary: booltimeout: Durationto_entry: Option<usize>user: Option<String>variables: HashMap<String, Value>verbose: 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

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

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

Performs the conversion.

Performs the conversion.

Should always be Self

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)

recently added

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.