Struct dinghy_lib::config::PlatformConfiguration [] [src]

pub struct PlatformConfiguration {
    pub env: Option<HashMap<String, String>>,
    pub overlays: Option<HashMap<String, OverlayConfiguration>>,
    pub rustc_triple: Option<String>,
    pub sysroot: Option<String>,
    pub toolchain: Option<String>,
}

Fields

Methods

impl PlatformConfiguration
[src]

[src]

Important traits for Vec<u8>
[src]

Trait Implementations

impl Clone for PlatformConfiguration
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for PlatformConfiguration
[src]

[src]

Formats the value using the given formatter. Read more

impl Default for PlatformConfiguration
[src]

[src]

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

Auto Trait Implementations