Searched defs:TaskType (Results 1 – 7 of 7) sorted by relevance
/DADK/dadk-user/src/parser/ |
H A D | task.rs | 67 task_type: TaskType, in new() 260 pub enum TaskType { enum 267 impl TaskType { impl 283 impl TryFrom<TaskSource> for TaskType { implementation
|
H A D | task.rs | 68 new( name: String, version: String, description: String, rust_target: Option<String>, task_type: TaskType, depends: Vec<Dependency>, build: BuildConfig, install: InstallConfig, clean: CleanConfig, envs: Option<Vec<TaskEnv>>, build_once: bool, install_once: bool, target_arch: Option<Vec<TargetArch>>, ) -> Self new() argument 392 pub enum TaskType { global() enum 399 impl TaskType { global() implementation 415 impl TryFrom<DADKUserTaskType> for TaskType { global() implementation [all...] |
H A D | task.rs | 67 task_type: TaskType, in new() argument 391 pub enum TaskType { global() enum 398 impl TaskType { global() implementation 414 impl TryFrom<DADKUserTaskType> for TaskType { global() implementation [all...] |
H A D | task.rs | 59 new( name: String, version: String, description: String, rust_target: Option<String>, task_type: TaskType, depends: Vec<Dependency>, build: BuildConfig, install: InstallConfig, clean: CleanConfig, envs: Option<Vec<TaskEnv>>, build_once: bool, install_once: bool, target_arch: Option<Vec<TargetArch>>, ) -> Self new() argument 341 pub enum TaskType { global() enum 348 impl TaskType { global() implementation [all...] |
H A D | config.rs |
|
H A D | config.rs |
|
/DADK/dadk-user/src/console/ |
H A D | new_config.rs |
|