pub struct IpamPool {
pub id: String,
pub scope_id: String,
pub address_family: String,
pub description: String,
}Expand description
An IPAM pool.
Fields§
§id: String§scope_id: String§address_family: String§description: StringTrait Implementations§
Source§impl<'de> Deserialize<'de> for IpamPool
impl<'de> Deserialize<'de> for IpamPool
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 IpamPool
impl RefUnwindSafe for IpamPool
impl Send for IpamPool
impl Sync for IpamPool
impl Unpin for IpamPool
impl UnsafeUnpin for IpamPool
impl UnwindSafe for IpamPool
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