Struct squid::command_line::Arguments
[−]
[src]
pub struct Arguments {
pub target_url: String,
pub program_options: Options,
pub download_options: Options,
}Represents parsed command line arguments.
Fields
target_url: String
The target URL to download.
program_options: Options
The container for program execution options.
download_options: Options
The container for download options.
Trait Implementations
impl Clone for Arguments[src]
fn clone(&self) -> Arguments
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more
impl PartialEq for Arguments[src]
fn eq(&self, __arg_0: &Arguments) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &Arguments) -> bool
This method tests for !=.