Enum pink_web3::types::TransactionId
source · [−]Expand description
Transaction Identifier
Variants
Hash(H256)
By hash
Block(BlockId, Index)
By block and index
Trait Implementations
sourceimpl Clone for TransactionId
impl Clone for TransactionId
sourcefn clone(&self) -> TransactionId
fn clone(&self) -> TransactionId
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 TransactionId
impl Debug for TransactionId
sourceimpl From<H256> for TransactionId
impl From<H256> for TransactionId
sourceimpl PartialEq<TransactionId> for TransactionId
impl PartialEq<TransactionId> for TransactionId
sourcefn eq(&self, other: &TransactionId) -> bool
fn eq(&self, other: &TransactionId) -> bool
impl StructuralPartialEq 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
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