pub struct Ipam {
pub config: Option<Vec<IpamConfig>>,
pub driver: Option<String>,
pub options: Option<HashMap<String, String>>,
}
Available on crate feature
v5
only.Expand description
IPAM represents IP Address Management
Fields§
§config: Option<Vec<IpamConfig>>
§driver: Option<String>
§options: Option<HashMap<String, String>>
Trait Implementations§
Source§impl<'de> Deserialize<'de> for Ipam
impl<'de> Deserialize<'de> for Ipam
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 Ipam
impl RefUnwindSafe for Ipam
impl Send for Ipam
impl Sync for Ipam
impl Unpin for Ipam
impl UnwindSafe for Ipam
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