pub struct Proxy {Show 14 fields
pub id: ProxyId,
pub ip: IpAddr,
pub host: IpAddr,
pub port: Port,
pub user: Username,
pub password: Password,
pub type: ProxyType,
pub country: Country,
pub date: String,
pub date_end: String,
pub unixtime: u64,
pub unixtime_end: u64,
pub description: ProxyDescription,
pub active: bool,
}Fields§
§id: ProxyId§ip: IpAddr§host: IpAddr§port: Port§user: Username§password: Password§type: ProxyType§country: Country§date: String§date_end: String§unixtime: u64§unixtime_end: u64§description: ProxyDescription§active: boolTrait Implementations§
Source§impl<'de> Deserialize<'de> for Proxy
impl<'de> Deserialize<'de> for Proxy
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for Proxy
impl StructuralPartialEq for Proxy
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