pub struct IpPoolManagerIpAllocation {
pub ip_address: String,
pub allocation_id: String,
}Expand description
Fields§
§ip_address: StringIP address
allocation_id: StringThe allocation ID
Trait Implementations§
Source§impl Debug for IpPoolManagerIpAllocation
impl Debug for IpPoolManagerIpAllocation
Source§impl VimObjectTrait for IpPoolManagerIpAllocation
impl VimObjectTrait for IpPoolManagerIpAllocation
fn as_vim_object_ref<'a>(&'a self) -> &'a dyn VimObjectTrait
fn data_type(&self) -> StructType
impl DataObjectTrait for IpPoolManagerIpAllocation
Auto Trait Implementations§
impl Freeze for IpPoolManagerIpAllocation
impl RefUnwindSafe for IpPoolManagerIpAllocation
impl Send for IpPoolManagerIpAllocation
impl Sync for IpPoolManagerIpAllocation
impl Unpin for IpPoolManagerIpAllocation
impl UnsafeUnpin for IpPoolManagerIpAllocation
impl UnwindSafe for IpPoolManagerIpAllocation
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