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 moreAuto Trait Implementations§
impl Freeze for AbigenTarget
impl RefUnwindSafe for AbigenTarget
impl Send for AbigenTarget
impl Sync for AbigenTarget
impl Unpin for AbigenTarget
impl UnwindSafe for AbigenTarget
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more