Enum fuels_code_gen::ProgramType
source · pub enum ProgramType {
Script,
Contract,
Predicate,
}
Variants§
Trait Implementations§
source§impl Clone for ProgramType
impl Clone for ProgramType
source§fn clone(&self) -> ProgramType
fn clone(&self) -> ProgramType
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 more