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