Enum ya_runtime_api::server::proto::request::Command [−][src]
pub enum Command { Hello(Hello), Run(RunProcess), Kill(KillProcess), Shutdown(Shutdown), Network(CreateNetwork), }
Variants
Tuple Fields of Hello
0: Hello
Tuple Fields of Run
0: RunProcess
Tuple Fields of Kill
0: KillProcess
Tuple Fields of Shutdown
0: Shutdown
Tuple Fields of Network
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Command
impl UnwindSafe for Command
Blanket Implementations
Mutably borrows from an owned value. Read more