Enum squid::command_line::ParseError
[−]
[src]
pub enum ParseError {
OnlyHelpRequested,
InvalidArguments,
Unknown,
}Enumerates possible parsing errors.
Variants
OnlyHelpRequestedThe application was invoked with --help.
InvalidArgumentsThe arguments parsed have an invalid form.
UnknownAn unknown error has occurred.
Trait Implementations
impl PartialEq for ParseError[src]
fn eq(&self, __arg_0: &ParseError) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0
This method tests for !=.