pub struct EthereumTransactionId {
pub txid: Vec<u8>,
}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 duplicate 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§impl PartialOrd for EthereumTransactionId
impl PartialOrd for EthereumTransactionId
impl 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