pub struct ProxySettingsBackend { /* private fields */ }
Implementations§
Source§impl ProxySettingsBackend
impl ProxySettingsBackend
pub fn address<T>(self, value: T) -> Self
pub fn ca_certificate<T>(self, value: T) -> Self
pub fn check_certificate<T>(self, value: T) -> Self
pub fn default<T>(self, value: T) -> Self
pub fn enable_ssl<T>(self, value: T) -> Self
pub fn name<T>(self, value: T) -> Self
pub fn override_host<T>(self, value: T) -> Self
pub fn sni_hostname<T>(self, value: T) -> Self
Trait Implementations§
Source§impl Clone for ProxySettingsBackend
impl Clone for ProxySettingsBackend
Source§fn clone(&self) -> ProxySettingsBackend
fn clone(&self) -> ProxySettingsBackend
Returns a duplicate of the value. Read more
1.0.0 · 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 ProxySettingsBackend
impl Debug for ProxySettingsBackend
Source§impl Default for ProxySettingsBackend
impl Default for ProxySettingsBackend
Source§impl From<ProxySettingsBackend> for ProxySettingsBackend
impl From<ProxySettingsBackend> for ProxySettingsBackend
Source§fn from(value: ProxySettingsBackend) -> Self
fn from(value: ProxySettingsBackend) -> Self
Converts to this type from the input type.
Source§impl TryFrom<ProxySettingsBackend> for ProxySettingsBackend
impl TryFrom<ProxySettingsBackend> for ProxySettingsBackend
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Source§fn try_from(value: ProxySettingsBackend) -> Result<Self, ConversionError>
fn try_from(value: ProxySettingsBackend) -> Result<Self, ConversionError>
Performs the conversion.
Auto Trait Implementations§
impl Freeze for ProxySettingsBackend
impl RefUnwindSafe for ProxySettingsBackend
impl Send for ProxySettingsBackend
impl Sync for ProxySettingsBackend
impl Unpin for ProxySettingsBackend
impl UnwindSafe for ProxySettingsBackend
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