Struct podman_api_stubs::models::NetConf [−][src]
pub struct NetConf {
pub capabilities: Option<HashMap<String, bool>>,
pub cni_version: Option<String>,
pub dns: Option<Dns>,
pub ipam: Option<Ipam>,
pub name: Option<String>,
pub prev_result: Option<HashMap<String, Value>>,
pub _type: Option<String>,
}
Fields
capabilities: Option<HashMap<String, bool>>
cni_version: Option<String>
dns: Option<Dns>
ipam: Option<Ipam>
name: Option<String>
prev_result: Option<HashMap<String, Value>>
_type: Option<String>
Implementations
Trait Implementations
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 RefUnwindSafe for NetConf
impl UnwindSafe for NetConf
Blanket Implementations
Mutably borrows from an owned value. Read more