Struct cargo_make::types::Config [−][src]
pub struct Config { pub config: ConfigSection, pub env: IndexMap<String, EnvValue>, pub tasks: IndexMap<String, Task>, }
Holds the entire configuration such as task definitions and env vars
Fields
config: ConfigSection
Runtime config
env: IndexMap<String, EnvValue>
The env vars to setup before running the tasks
tasks: IndexMap<String, Task>
All task definitions
Trait Implementations
impl Debug for Config
[src]
impl Debug for Config
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Clone for Config
[src]
impl Clone for Config