pub struct SystemInfoHostNetworkBackendSystemInfo {
pub backend: String,
pub version: String,
pub package: String,
pub path: String,
pub dns: SystemInfoHostNetworkBackendSystemInfoDns,
}
Fields§
§backend: String
§version: String
§package: String
§path: String
§dns: SystemInfoHostNetworkBackendSystemInfoDns
Trait Implementations§
Source§impl<'de> Deserialize<'de> for SystemInfoHostNetworkBackendSystemInfo
impl<'de> Deserialize<'de> for SystemInfoHostNetworkBackendSystemInfo
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
Auto Trait Implementations§
impl Freeze for SystemInfoHostNetworkBackendSystemInfo
impl RefUnwindSafe for SystemInfoHostNetworkBackendSystemInfo
impl Send for SystemInfoHostNetworkBackendSystemInfo
impl Sync for SystemInfoHostNetworkBackendSystemInfo
impl Unpin for SystemInfoHostNetworkBackendSystemInfo
impl UnwindSafe for SystemInfoHostNetworkBackendSystemInfo
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