Struct fuels_code_gen::AbigenTarget
source · pub struct AbigenTarget {
pub name: String,
pub abi: String,
pub program_type: ProgramType,
}
Fields§
§name: String
§abi: String
§program_type: ProgramType
Trait Implementations§
source§impl Clone for AbigenTarget
impl Clone for AbigenTarget
source§fn clone(&self) -> AbigenTarget
fn clone(&self) -> AbigenTarget
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