Struct system_proxy::NoProxyResolver
source · [−]pub struct NoProxyResolver;Expand description
A proxy resolver which never resolves a proxy.
Automatically used as fallback proxy resolver if no specific system resolver
is enabled at compile time. In this case crate::SystemProxyResolver
only resolves proxies from the process environment.
Trait Implementations
sourceimpl Default for NoProxyResolver
impl Default for NoProxyResolver
sourcefn default() -> NoProxyResolver
fn default() -> NoProxyResolver
Returns the “default value” for a type. Read more
sourceimpl ProxyResolver for NoProxyResolver
impl ProxyResolver for NoProxyResolver
Auto Trait Implementations
impl RefUnwindSafe for NoProxyResolver
impl Send for NoProxyResolver
impl Sync for NoProxyResolver
impl Unpin for NoProxyResolver
impl UnwindSafe for NoProxyResolver
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more