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

The target URL to download.

The container for program execution options.

The container for download options.

Trait Implementations

impl Clone for Arguments
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for Arguments
[src]

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

This method tests for !=.

impl Eq for Arguments
[src]

impl Debug for Arguments
[src]

Formats the value using the given formatter.