Struct ethers_solc::SolcConfig
source · pub struct SolcConfig {
pub settings: Settings,
}Expand description
The config to use when compiling the contracts
Fields§
§settings: SettingsHow the file was compiled
Implementations§
Trait Implementations§
source§impl Clone for SolcConfig
impl Clone for SolcConfig
source§fn clone(&self) -> SolcConfig
fn clone(&self) -> SolcConfig
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 SolcConfig
impl Debug for SolcConfig
source§impl<'de> Deserialize<'de> for SolcConfig
impl<'de> Deserialize<'de> for SolcConfig
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
source§impl From<SolcConfig> for Settings
impl From<SolcConfig> for Settings
source§fn from(config: SolcConfig) -> Self
fn from(config: SolcConfig) -> Self
Converts to this type from the input type.
source§impl PartialEq<SolcConfig> for SolcConfig
impl PartialEq<SolcConfig> for SolcConfig
source§fn eq(&self, other: &SolcConfig) -> bool
fn eq(&self, other: &SolcConfig) -> bool
This method tests for
self and other values to be equal, and is used
by ==.