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
env: Option<HashMap<String, String>>
overlays: Option<HashMap<String, OverlayConfiguration>>
rustc_triple: Option<String>
sysroot: Option<String>
toolchain: Option<String>
Methods
impl PlatformConfiguration
[src]
Trait Implementations
impl Clone for PlatformConfiguration
[src]
fn clone(&self) -> PlatformConfiguration
[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 Debug for PlatformConfiguration
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
Formats the value using the given formatter. Read more
impl Default for PlatformConfiguration
[src]
fn default() -> PlatformConfiguration
[src]
Returns the "default value" for a type. Read more