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
sourceimpl Clone for GetNetworkInfoResultNetwork
impl Clone for GetNetworkInfoResultNetwork
sourcefn clone(&self) -> GetNetworkInfoResultNetwork
fn clone(&self) -> GetNetworkInfoResultNetwork
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for GetNetworkInfoResultNetwork
impl Debug for GetNetworkInfoResultNetwork
sourceimpl<'de> Deserialize<'de> for GetNetworkInfoResultNetwork
impl<'de> Deserialize<'de> for GetNetworkInfoResultNetwork
sourcefn 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
sourceimpl PartialEq<GetNetworkInfoResultNetwork> for GetNetworkInfoResultNetwork
impl PartialEq<GetNetworkInfoResultNetwork> for GetNetworkInfoResultNetwork
sourcefn 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 ==
. Read more
impl Eq for GetNetworkInfoResultNetwork
impl StructuralEq for GetNetworkInfoResultNetwork
impl StructuralPartialEq for GetNetworkInfoResultNetwork
Auto Trait Implementations
impl RefUnwindSafe for GetNetworkInfoResultNetwork
impl Send for GetNetworkInfoResultNetwork
impl Sync for GetNetworkInfoResultNetwork
impl Unpin for GetNetworkInfoResultNetwork
impl UnwindSafe for GetNetworkInfoResultNetwork
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more