Struct fuel_core_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.
source§impl Serialize for TransactionId
impl Serialize for TransactionId
source§impl Variable for TransactionId
impl Variable for TransactionId
const TYPE: VariableType = _
impl CoercesTo<Option<Option<TransactionId>>> for TransactionId
impl CoercesTo<Option<TransactionId>> for TransactionId
impl CoercesTo<Option<Vec<Option<TransactionId>, Global>>> for TransactionId
impl CoercesTo<Option<Vec<TransactionId, Global>>> for TransactionId
impl CoercesTo<TransactionId> for TransactionId
impl CoercesTo<Vec<TransactionId, Global>> for TransactionId
impl CoercesTo<Vec<Vec<TransactionId, Global>, Global>> for TransactionId
Auto Trait Implementations§
impl RefUnwindSafe for TransactionId
impl Send for TransactionId
impl Sync for TransactionId
impl Unpin for TransactionId
impl UnwindSafe for TransactionId
Blanket Implementations§
§impl<T> AnyDebug for Twhere
T: Any + Debug,
impl<T> AnyDebug for Twhere T: Any + Debug,
§fn as_any_ref(&self) -> &(dyn Any + 'static)
fn as_any_ref(&self) -> &(dyn Any + 'static)
Returns a reference to the underlying type as
Any
.source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more