Home
last modified time | relevance | path

Searched defs:TaskType (Results 1 – 7 of 7) sorted by relevance

/DADK/dadk-user/src/parser/
H A Dtask.rs67 task_type: TaskType, in new()
260 pub enum TaskType { enum
267 impl TaskType { impl
283 impl TryFrom<TaskSource> for TaskType { implementation
H A Dtask.rs68 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 Dtask.rs67 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 Dtask.rs59 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 Dconfig.rs
H A Dconfig.rs
/DADK/dadk-user/src/console/
H A Dnew_config.rs