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