Enum http_util::proxy::NoProxy [−][src]
enum NoProxy {
None,
Some {
ips: Vec<IpMatcher>,
hosts: Vec<DomainMatcher>,
},
All,
}Variants
Show fields
Fields of Some
ips: Vec<IpMatcher>hosts: Vec<DomainMatcher>Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for NoProxy
impl UnwindSafe for NoProxy
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more