[−][src]Struct kkcloud_framework::model::Env
The base unit of KK, stands for a complete workspace for client.
Fields
id: IdUUID of the ENV
name: Option<String>Name of the ENV.
start_timestamp: u64The start timestamp of this ENV, can NOT be changed.
end_timestamp: u64The end timestamp of this ENV, permit use to change it .
vm_set: HashSet<Id>All VmIds under this ENV.
state: EnvStateInfo about the state of ENV.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Env[src]
impl Send for Env[src]
impl Sync for Env[src]
impl Unpin for Env[src]
impl UnwindSafe for Env[src]
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,
pub fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
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.
pub 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>,