Enum ya_runtime_api::server::proto::response::Command [−][src]
pub enum Command {
Error(Error),
Hello(Hello),
Run(RunProcess),
Kill(KillProcess),
Shutdown(Shutdown),
Status(ProcessStatus),
RtStatus(RuntimeStatus),
Network(CreateNetwork),
}Variants
Tuple Fields of Error
0: ErrorTuple Fields of Hello
0: HelloTuple Fields of Run
0: RunProcessTuple Fields of Kill
0: KillProcessTuple Fields of Shutdown
0: ShutdownEvents
Tuple Fields of Status
Tuple Fields of RtStatus
Network ctl
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