Enum fuels_core::ParamType
source · [−]pub enum ParamType {
U8,
U16,
U32,
U64,
Bool,
Byte,
B256,
Array(Box<ParamType>, usize),
String(usize),
Struct(Vec<ParamType>),
Enum(Vec<ParamType>),
}Variants
U8
U16
U32
U64
Bool
Byte
B256
Array(Box<ParamType>, usize)
String(usize)
Struct(Vec<ParamType>)
Enum(Vec<ParamType>)
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ParamType
impl UnwindSafe for ParamType
Blanket Implementations
Mutably borrows from an owned value. Read more