Struct fuel_core_txpool::TxInfo
source · pub struct TxInfo { /* private fields */ }
Expand description
Information of a transaction fetched from the txpool.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for TxInfo
impl Send for TxInfo
impl Sync for TxInfo
impl Unpin for TxInfo
impl UnwindSafe for TxInfo
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