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 moresource§impl Debug for ProgramType
impl Debug for ProgramType
source§impl FromStr for ProgramType
impl FromStr for ProgramType
source§impl PartialEq<ProgramType> for ProgramType
impl PartialEq<ProgramType> for ProgramType
source§fn eq(&self, other: &ProgramType) -> bool
fn eq(&self, other: &ProgramType) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.