pub struct LoadedProxyConfig {
pub runtime: ProxyConfig,
pub v4: Option<ProxyConfigV4>,
}Fields§
§runtime: ProxyConfig§v4: Option<ProxyConfigV4>Trait Implementations§
Source§impl Clone for LoadedProxyConfig
impl Clone for LoadedProxyConfig
Source§fn clone(&self) -> LoadedProxyConfig
fn clone(&self) -> LoadedProxyConfig
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 moreAuto Trait Implementations§
impl Freeze for LoadedProxyConfig
impl RefUnwindSafe for LoadedProxyConfig
impl Send for LoadedProxyConfig
impl Sync for LoadedProxyConfig
impl Unpin for LoadedProxyConfig
impl UnsafeUnpin for LoadedProxyConfig
impl UnwindSafe for LoadedProxyConfig
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