Struct fuel_gql_client::client::schema::primitives::ContractId
source · pub struct ContractId(pub HexFormatted<ContractId>);
Tuple Fields§
§0: HexFormatted<ContractId>
Trait Implementations§
source§impl Clone for ContractId
impl Clone for ContractId
source§fn clone(&self) -> ContractId
fn clone(&self) -> ContractId
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 ContractId
impl Debug for ContractId
source§impl Default for ContractId
impl Default for ContractId
source§fn default() -> ContractId
fn default() -> ContractId
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for ContractId
impl<'de> Deserialize<'de> for ContractId
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 Display for ContractId
impl Display for ContractId
source§impl From<ContractId> for ContractId
impl From<ContractId> for ContractId
source§fn from(s: ContractId) -> Self
fn from(s: ContractId) -> Self
Converts to this type from the input type.
source§impl From<ContractId> for ContractId
impl From<ContractId> for ContractId
source§impl FromStr for ContractId
impl FromStr for ContractId
source§impl IsScalar<ContractId> for ContractId
impl IsScalar<ContractId> for ContractId
§type SchemaType = ContractId
type SchemaType = ContractId
The schema marker type this scalar represents.