pub struct Proxy {
pub ty: ProxyType,
pub auth: ProxyAuth,
pub addr: String,
pub port: u16,
}
Fields§
§ty: ProxyType
§auth: ProxyAuth
§addr: String
§port: u16
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Proxy
impl !RefUnwindSafe for Proxy
impl Send for Proxy
impl Sync for Proxy
impl Unpin for Proxy
impl !UnwindSafe for Proxy
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