pub struct EthereumTransactionId {
pub txid: Vec<u8>,
}Expand description
Represents an Ethereum transaction id
Fields§
§txid: Vec<u8>Trait Implementations§
source§impl Clone for EthereumTransactionId
impl Clone for EthereumTransactionId
source§fn clone(&self) -> EthereumTransactionId
fn clone(&self) -> EthereumTransactionId
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 EthereumTransactionId
impl Debug for EthereumTransactionId
source§impl Display for EthereumTransactionId
impl Display for EthereumTransactionId
source§impl Hash for EthereumTransactionId
impl Hash for EthereumTransactionId
source§impl Ord for EthereumTransactionId
impl Ord for EthereumTransactionId
source§fn cmp(&self, other: &EthereumTransactionId) -> Ordering
fn cmp(&self, other: &EthereumTransactionId) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl PartialEq for EthereumTransactionId
impl PartialEq for EthereumTransactionId
source§fn eq(&self, other: &EthereumTransactionId) -> bool
fn eq(&self, other: &EthereumTransactionId) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl PartialOrd for EthereumTransactionId
impl PartialOrd for EthereumTransactionId
source§fn partial_cmp(&self, other: &EthereumTransactionId) -> Option<Ordering>
fn partial_cmp(&self, other: &EthereumTransactionId) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self and other) and is used by the <=
operator. Read moreimpl Eq for EthereumTransactionId
impl StructuralPartialEq for EthereumTransactionId
impl TransactionId for EthereumTransactionId
Auto Trait Implementations§
impl Freeze for EthereumTransactionId
impl RefUnwindSafe for EthereumTransactionId
impl Send for EthereumTransactionId
impl Sync for EthereumTransactionId
impl Unpin for EthereumTransactionId
impl UnwindSafe for EthereumTransactionId
Blanket Implementations§
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)