pub struct GetNetworkInfoResultNetwork {
pub name: String,
pub limited: bool,
pub reachable: bool,
pub proxy: String,
pub proxy_randomize_credentials: bool,
}
Fields§
§name: String
§limited: bool
§reachable: bool
§proxy: String
§proxy_randomize_credentials: bool
Trait Implementations§
source§impl Clone for GetNetworkInfoResultNetwork
impl Clone for GetNetworkInfoResultNetwork
source§fn clone(&self) -> GetNetworkInfoResultNetwork
fn clone(&self) -> GetNetworkInfoResultNetwork
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for GetNetworkInfoResultNetwork
impl Debug for GetNetworkInfoResultNetwork
source§impl<'de> Deserialize<'de> for GetNetworkInfoResultNetwork
impl<'de> Deserialize<'de> for GetNetworkInfoResultNetwork
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
source§impl PartialEq for GetNetworkInfoResultNetwork
impl PartialEq for GetNetworkInfoResultNetwork
source§fn eq(&self, other: &GetNetworkInfoResultNetwork) -> bool
fn eq(&self, other: &GetNetworkInfoResultNetwork) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for GetNetworkInfoResultNetwork
impl StructuralPartialEq for GetNetworkInfoResultNetwork
Auto Trait Implementations§
impl Freeze for GetNetworkInfoResultNetwork
impl RefUnwindSafe for GetNetworkInfoResultNetwork
impl Send for GetNetworkInfoResultNetwork
impl Sync for GetNetworkInfoResultNetwork
impl Unpin for GetNetworkInfoResultNetwork
impl UnwindSafe for GetNetworkInfoResultNetwork
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