Enum contract_metadata::Compiler [−][src]
pub enum Compiler {
RustC,
Solang,
}Expand description
Compilers used to compile a smart contract.
Variants
RustC
The rust compiler.
Solang
The solang compiler.
Trait Implementations
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
Formats the value using the given formatter. Read more
Auto Trait Implementations
impl RefUnwindSafe for Compiler
impl UnwindSafe for Compiler
Blanket Implementations
Mutably borrows from an owned value. Read more