Struct ethers_solc::SolcConfig
source · [−]pub struct SolcConfig {
pub settings: Settings,
}
Expand description
The config to use when compiling the contracts
Fields
settings: Settings
How the file was compiled
Implementations
sourceimpl SolcConfig
impl SolcConfig
Trait Implementations
sourceimpl Clone for SolcConfig
impl Clone for SolcConfig
sourcefn clone(&self) -> SolcConfig
fn clone(&self) -> SolcConfig
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for SolcConfig
impl Debug for SolcConfig
sourceimpl<'de> Deserialize<'de> for SolcConfig
impl<'de> Deserialize<'de> for SolcConfig
sourcefn 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
sourceimpl From<SolcConfig> for Settings
impl From<SolcConfig> for Settings
sourcefn from(config: SolcConfig) -> Self
fn from(config: SolcConfig) -> Self
Converts to this type from the input type.
sourceimpl PartialEq<SolcConfig> for SolcConfig
impl PartialEq<SolcConfig> for SolcConfig
sourcefn eq(&self, other: &SolcConfig) -> bool
fn eq(&self, other: &SolcConfig) -> bool
sourceimpl Serialize for SolcConfig
impl Serialize for SolcConfig
impl Eq for SolcConfig
impl StructuralEq for SolcConfig
impl StructuralPartialEq for SolcConfig
Auto Trait Implementations
impl RefUnwindSafe for SolcConfig
impl Send for SolcConfig
impl Sync for SolcConfig
impl Unpin for SolcConfig
impl UnwindSafe for SolcConfig
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
sourcefn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.