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: HelloTuple Fields of Run
0: RunProcessTuple Fields of Kill
0: KillProcessTuple Fields of Shutdown
0: ShutdownTuple 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