pub struct TransactionResultPair {
pub transactionHash: Hash,
pub result: TransactionResult,
}
Fields§
§transactionHash: Hash
§result: TransactionResult
Trait Implementations§
Source§impl Clone for TransactionResultPair
impl Clone for TransactionResultPair
Source§fn clone(&self) -> TransactionResultPair
fn clone(&self) -> TransactionResultPair
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 TransactionResultPair
impl Debug for TransactionResultPair
Source§impl<Out: Write> Pack<Out> for TransactionResultPair
impl<Out: Write> Pack<Out> for TransactionResultPair
Source§impl PartialEq for TransactionResultPair
impl PartialEq for TransactionResultPair
Source§impl<In: Read> Unpack<In> for TransactionResultPair
impl<In: Read> Unpack<In> for TransactionResultPair
impl Eq for TransactionResultPair
impl StructuralPartialEq for TransactionResultPair
Auto Trait Implementations§
impl Freeze for TransactionResultPair
impl RefUnwindSafe for TransactionResultPair
impl Send for TransactionResultPair
impl Sync for TransactionResultPair
impl Unpin for TransactionResultPair
impl UnwindSafe for TransactionResultPair
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