pub struct HttpProxySettings {
pub http_proxy: Option<String>,
pub https_proxy: Option<String>,
pub no_proxy: Vec<String>,
}Fields§
§http_proxy: Option<String>§https_proxy: Option<String>§no_proxy: Vec<String>Trait Implementations§
Source§impl Clone for HttpProxySettings
impl Clone for HttpProxySettings
Source§fn clone(&self) -> HttpProxySettings
fn clone(&self) -> HttpProxySettings
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for HttpProxySettings
impl Debug for HttpProxySettings
Source§impl Default for HttpProxySettings
impl Default for HttpProxySettings
Source§fn default() -> HttpProxySettings
fn default() -> HttpProxySettings
Returns the “default value” for a type. Read more
impl Eq for HttpProxySettings
Source§impl PartialEq for HttpProxySettings
impl PartialEq for HttpProxySettings
Source§fn eq(&self, other: &HttpProxySettings) -> bool
fn eq(&self, other: &HttpProxySettings) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for HttpProxySettings
Auto Trait Implementations§
impl Freeze for HttpProxySettings
impl RefUnwindSafe for HttpProxySettings
impl Send for HttpProxySettings
impl Sync for HttpProxySettings
impl Unpin for HttpProxySettings
impl UnsafeUnpin for HttpProxySettings
impl UnwindSafe for HttpProxySettings
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.