Struct lal::ComponentConfiguration [] [src]

pub struct ComponentConfiguration {
    pub defaultConfig: String,
    pub configurations: Vec<String>,
}

Representation of a value of the manifest.components hash

Fields

The default config to use if not passed in - default is "release"

List of allowed configurations (must contain defaultConfig)

Trait Implementations

impl Clone for ComponentConfiguration
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Default for ComponentConfiguration
[src]

[src]

Returns the "default value" for a type. Read more