Struct proxy_cfg::ProxyConfig [−][src]
pub struct ProxyConfig {
pub proxies: HashMap<String, String>,
pub whitelist: HashSet<String>,
pub exclude_simple: bool,
// some fields omitted
}Fields
proxies: HashMap<String, String>whitelist: HashSet<String>exclude_simple: boolImplementations
Trait Implementations
Returns the “default value” for a type. 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
impl RefUnwindSafe for ProxyConfig
impl Send for ProxyConfig
impl Sync for ProxyConfig
impl Unpin for ProxyConfig
impl UnwindSafe for ProxyConfig
Blanket Implementations
Mutably borrows from an owned value. Read more