[−][src]Struct ttcore_def::VmInfo
以此结构响应客户端请求, 防止触发 Drop 动作
Fields
os: String系统名称
cpu_num: u32CPU 数量
mem_size: u32单位: MB
disk_size: u32单位: MB
ip: Ipv4Vm IP 由 VmId 决定, 使用'10.10.x.x/8'网段
port_map: HashMap<VmPort, PubPort>用于 DNAT 的内外端口影射关系,
Trait Implementations
impl Clone for VmInfo[src]
impl Debug for VmInfo[src]
impl<'de> Deserialize<'de> for VmInfo[src]
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]
__D: Deserializer<'de>,
impl Serialize for VmInfo[src]
Auto Trait Implementations
impl RefUnwindSafe for VmInfo
impl Send for VmInfo
impl Sync for VmInfo
impl Unpin for VmInfo
impl UnwindSafe for VmInfo
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> DeserializeOwned for T where
T: for<'de> Deserialize<'de>, [src]
T: for<'de> Deserialize<'de>,
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T[src]
fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,