Struct lal::manifest::ComponentConfiguration
[−]
[src]
pub struct ComponentConfiguration { pub defaultConfig: String, pub configurations: Vec<String>, }
Representation of a value of the manifest.components hash
Fields
defaultConfig: String
The default config to use if not passed in - default is "release"
configurations: Vec<String>
List of allowed configurations (must contain defaultConfig)
Trait Implementations
impl Clone for ComponentConfiguration
[src]
fn clone(&self) -> ComponentConfiguration
[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more
impl Default for ComponentConfiguration
[src]
fn default() -> ComponentConfiguration
[src]
Returns the "default value" for a type. Read more