pub struct ProxyObj {
pub protocols: String,
pub ip_addr: String,
pub port: i32,
}
Fields§
§protocols: String
§ip_addr: String
§port: i32
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ProxyObj
impl RefUnwindSafe for ProxyObj
impl Send for ProxyObj
impl Sync for ProxyObj
impl Unpin for ProxyObj
impl UnwindSafe for ProxyObj
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