Struct fuel_abi_types::program_abi::Configurable
source · pub struct Configurable {
pub name: String,
pub application: TypeApplication,
pub offset: u64,
}
Fields§
§name: String
§application: TypeApplication
§offset: u64
Trait Implementations§
source§impl Clone for Configurable
impl Clone for Configurable
source§fn clone(&self) -> Configurable
fn clone(&self) -> Configurable
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 Configurable
impl Debug for Configurable
source§impl Default for Configurable
impl Default for Configurable
source§fn default() -> Configurable
fn default() -> Configurable
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for Configurable
impl<'de> Deserialize<'de> for Configurable
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<Configurable> for Configurable
impl PartialEq<Configurable> for Configurable
source§fn eq(&self, other: &Configurable) -> bool
fn eq(&self, other: &Configurable) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.