pub struct Windows10NetworkProxyServer {
pub address: String,
pub exceptions: Vec<String>,
pub use_for_local_addresses: bool,
}
Fields§
§address: String
§exceptions: Vec<String>
§use_for_local_addresses: bool
Trait Implementations§
Source§impl Clone for Windows10NetworkProxyServer
impl Clone for Windows10NetworkProxyServer
Source§fn clone(&self) -> Windows10NetworkProxyServer
fn clone(&self) -> Windows10NetworkProxyServer
Returns a duplicate 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 Windows10NetworkProxyServer
impl Debug for Windows10NetworkProxyServer
Source§impl<'de> Deserialize<'de> for Windows10NetworkProxyServer
impl<'de> Deserialize<'de> for Windows10NetworkProxyServer
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 Windows10NetworkProxyServer
impl StructuralPartialEq for Windows10NetworkProxyServer
Auto Trait Implementations§
impl Freeze for Windows10NetworkProxyServer
impl RefUnwindSafe for Windows10NetworkProxyServer
impl Send for Windows10NetworkProxyServer
impl Sync for Windows10NetworkProxyServer
impl Unpin for Windows10NetworkProxyServer
impl UnwindSafe for Windows10NetworkProxyServer
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