pub struct ProxySettings { /* private fields */ }
Implementations§
Source§impl ProxySettings
impl ProxySettings
Trait Implementations§
Source§impl Clone for ProxySettings
impl Clone for ProxySettings
Source§fn clone(&self) -> ProxySettings
fn clone(&self) -> ProxySettings
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 ProxySettings
impl Debug for ProxySettings
Source§impl Default for ProxySettings
impl Default for ProxySettings
Source§impl From<ProxySettings> for ProxySettings
impl From<ProxySettings> for ProxySettings
Source§fn from(value: ProxySettings) -> Self
fn from(value: ProxySettings) -> Self
Converts to this type from the input type.
Source§impl TryFrom<ProxySettings> for ProxySettings
impl TryFrom<ProxySettings> for ProxySettings
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Source§fn try_from(value: ProxySettings) -> Result<Self, ConversionError>
fn try_from(value: ProxySettings) -> Result<Self, ConversionError>
Performs the conversion.
Auto Trait Implementations§
impl Freeze for ProxySettings
impl RefUnwindSafe for ProxySettings
impl Send for ProxySettings
impl Sync for ProxySettings
impl Unpin for ProxySettings
impl UnwindSafe for ProxySettings
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