Enum nydus::daemon::DaemonStateMachineState
source · pub enum DaemonStateMachineState {
Die,
Init,
Ready,
Running,
}Variants§
Trait Implementations§
source§impl Clone for DaemonStateMachineState
impl Clone for DaemonStateMachineState
source§fn clone(&self) -> DaemonStateMachineState
fn clone(&self) -> DaemonStateMachineState
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more