Struct podman_api_stubs::models::NetConf
source · [−]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>
Trait Implementations
sourceimpl<'de> Deserialize<'de> for NetConf
impl<'de> Deserialize<'de> for NetConf
sourcefn 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 StructuralPartialEq for NetConf
Auto Trait Implementations
impl RefUnwindSafe for NetConf
impl Send for NetConf
impl Sync for NetConf
impl Unpin for NetConf
impl UnwindSafe for NetConf
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more