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