Struct fuel_abi_types::program_abi::TypeApplication
source · pub struct TypeApplication {
pub name: String,
pub type_id: usize,
pub type_arguments: Option<Vec<TypeApplication>>,
}
Fields§
§name: String
§type_id: usize
§type_arguments: Option<Vec<TypeApplication>>
Trait Implementations§
source§impl Clone for TypeApplication
impl Clone for TypeApplication
source§fn clone(&self) -> TypeApplication
fn clone(&self) -> TypeApplication
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 TypeApplication
impl Debug for TypeApplication
source§impl Default for TypeApplication
impl Default for TypeApplication
source§fn default() -> TypeApplication
fn default() -> TypeApplication
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for TypeApplication
impl<'de> Deserialize<'de> for TypeApplication
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl PartialEq<TypeApplication> for TypeApplication
impl PartialEq<TypeApplication> for TypeApplication
source§fn eq(&self, other: &TypeApplication) -> bool
fn eq(&self, other: &TypeApplication) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.