Struct podman_autogen_api::models::dns_network_info::DnsNetworkInfo
source · pub struct DnsNetworkInfo {
pub package: Option<String>,
pub path: Option<String>,
pub version: Option<String>,
}
Fields§
§package: Option<String>
§path: Option<String>
§version: Option<String>
Implementations§
source§impl DnsNetworkInfo
impl DnsNetworkInfo
pub fn new() -> DnsNetworkInfo
Trait Implementations§
source§impl Clone for DnsNetworkInfo
impl Clone for DnsNetworkInfo
source§fn clone(&self) -> DnsNetworkInfo
fn clone(&self) -> DnsNetworkInfo
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 DnsNetworkInfo
impl Debug for DnsNetworkInfo
source§impl Default for DnsNetworkInfo
impl Default for DnsNetworkInfo
source§fn default() -> DnsNetworkInfo
fn default() -> DnsNetworkInfo
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for DnsNetworkInfo
impl<'de> Deserialize<'de> for DnsNetworkInfo
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 DnsNetworkInfo
impl PartialEq for DnsNetworkInfo
source§fn eq(&self, other: &DnsNetworkInfo) -> bool
fn eq(&self, other: &DnsNetworkInfo) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for DnsNetworkInfo
impl Serialize for DnsNetworkInfo
impl StructuralPartialEq for DnsNetworkInfo
Auto Trait Implementations§
impl Freeze for DnsNetworkInfo
impl RefUnwindSafe for DnsNetworkInfo
impl Send for DnsNetworkInfo
impl Sync for DnsNetworkInfo
impl Unpin for DnsNetworkInfo
impl UnwindSafe for DnsNetworkInfo
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)