Struct dinghy_lib::config::PlatformConfiguration
source · pub struct PlatformConfiguration {
pub deb_multiarch: Option<String>,
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§
§deb_multiarch: Option<String>
§env: Option<HashMap<String, String>>
§overlays: Option<HashMap<String, OverlayConfiguration>>
§rustc_triple: Option<String>
§sysroot: Option<String>
§toolchain: Option<String>
Implementations§
Trait Implementations§
source§impl Clone for PlatformConfiguration
impl Clone for PlatformConfiguration
source§fn clone(&self) -> PlatformConfiguration
fn clone(&self) -> PlatformConfiguration
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for PlatformConfiguration
impl Debug for PlatformConfiguration
source§impl Default for PlatformConfiguration
impl Default for PlatformConfiguration
source§fn default() -> PlatformConfiguration
fn default() -> PlatformConfiguration
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for PlatformConfiguration
impl<'de> Deserialize<'de> for PlatformConfiguration
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more