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