Enum proxy_config::ProxyConfigError [] [src]

pub enum ProxyConfigError {
    InvalidConfigError,
    NoProxyConfiguredError,
    NoProxyForSchemeError(String),
    NoProxyNeededError,
    OsError,
    PlatformNotSupportedError,
    ProxyTypeNotSupportedError(String),
}

Variants

Trait Implementations

impl Clone for ProxyConfigError
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Eq for ProxyConfigError
[src]

impl PartialEq for ProxyConfigError
[src]

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

This method tests for !=.

impl Debug for ProxyConfigError
[src]

Formats the value using the given formatter.

impl Error for ProxyConfigError
[src]

A short description of the error. Read more

The lower-level cause of this error, if any. Read more

impl Display for ProxyConfigError
[src]

Formats the value using the given formatter. Read more

impl From<ParseError> for ProxyConfigError
[src]

Performs the conversion.