pub struct ProxyInfo {
pub load: u32,
pub country: Country,
pub city: City,
pub proxy: Proxy,
}Fields§
§load: u32§country: Country§city: City§proxy: ProxyAuto Trait Implementations§
impl !Freeze for ProxyInfo
impl !RefUnwindSafe for ProxyInfo
impl Send for ProxyInfo
impl Sync for ProxyInfo
impl Unpin for ProxyInfo
impl !UnwindSafe for ProxyInfo
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