Struct contract_metadata::SourceCompiler [−][src]
Expand description
A compiler used to compile a smart contract.
Fields
compiler: CompilerThe compiler used to compile the smart contract.
version: VersionThe version of the compiler used to compile the smart contract.
Implementations
Trait Implementations
Deserialize this value from the given Serde deserializer. Read more
Formats the value using the given formatter. Read more
Auto Trait Implementations
impl RefUnwindSafe for SourceCompiler
impl Send for SourceCompiler
impl Sync for SourceCompiler
impl Unpin for SourceCompiler
impl UnwindSafe for SourceCompiler
Blanket Implementations
Mutably borrows from an owned value. Read more