pub struct GetBlockResponseTransactionReceipt {
pub trx: TrxVariant,
}
Fields§
§trx: TrxVariant
Trait Implementations§
Source§impl Clone for GetBlockResponseTransactionReceipt
impl Clone for GetBlockResponseTransactionReceipt
Source§fn clone(&self) -> GetBlockResponseTransactionReceipt
fn clone(&self) -> GetBlockResponseTransactionReceipt
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 Default for GetBlockResponseTransactionReceipt
impl Default for GetBlockResponseTransactionReceipt
Source§fn default() -> GetBlockResponseTransactionReceipt
fn default() -> GetBlockResponseTransactionReceipt
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GetBlockResponseTransactionReceipt
impl<'de> Deserialize<'de> for GetBlockResponseTransactionReceipt
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for GetBlockResponseTransactionReceipt
impl PartialEq for GetBlockResponseTransactionReceipt
Source§fn eq(&self, other: &GetBlockResponseTransactionReceipt) -> bool
fn eq(&self, other: &GetBlockResponseTransactionReceipt) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for GetBlockResponseTransactionReceipt
Auto Trait Implementations§
impl Freeze for GetBlockResponseTransactionReceipt
impl RefUnwindSafe for GetBlockResponseTransactionReceipt
impl Send for GetBlockResponseTransactionReceipt
impl Sync for GetBlockResponseTransactionReceipt
impl Unpin for GetBlockResponseTransactionReceipt
impl UnwindSafe for GetBlockResponseTransactionReceipt
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