Struct podman_api_stubs::models::Ipam [−][src]
pub struct Ipam {
pub config: Option<Vec<IpamConfig>>,
pub driver: Option<String>,
pub options: Option<HashMap<String, String>>,
}
Expand description
IPAM represents IP Address Management
Fields
config: Option<Vec<IpamConfig>>
driver: Option<String>
options: Option<HashMap<String, 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 Ipam
impl UnwindSafe for Ipam
Blanket Implementations
Mutably borrows from an owned value. Read more