Enum fuel_tx::TransactionRepr
source · pub enum TransactionRepr {
Script,
Create,
Mint,
}
Variants
Script
Create
Mint
Trait Implementations
sourceimpl Clone for TransactionRepr
impl Clone for TransactionRepr
sourcefn clone(&self) -> TransactionRepr
fn clone(&self) -> TransactionRepr
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for TransactionRepr
impl Debug for TransactionRepr
sourceimpl From<&Transaction> for TransactionRepr
impl From<&Transaction> for TransactionRepr
sourcefn from(tx: &Transaction) -> Self
fn from(tx: &Transaction) -> Self
Converts to this type from the input type.
sourceimpl Hash for TransactionRepr
impl Hash for TransactionRepr
sourceimpl PartialEq<TransactionRepr> for TransactionRepr
impl PartialEq<TransactionRepr> for TransactionRepr
sourcefn eq(&self, other: &TransactionRepr) -> bool
fn eq(&self, other: &TransactionRepr) -> bool
sourceimpl TryFrom<u64> for TransactionRepr
impl TryFrom<u64> for TransactionRepr
impl Eq for TransactionRepr
impl StructuralEq for TransactionRepr
impl StructuralPartialEq for TransactionRepr
Auto Trait Implementations
impl RefUnwindSafe for TransactionRepr
impl Send for TransactionRepr
impl Sync for TransactionRepr
impl Unpin for TransactionRepr
impl UnwindSafe for TransactionRepr
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more