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