pub struct Receipt {Show 13 fields
pub block_hash: Int,
pub block_number: Int,
pub contract_address: Option<Acc>,
pub cumulative_gas_used: Int,
pub effective_gas_price: Int,
pub gas_used: Int,
pub status: Int,
pub to: Option<Acc>,
pub type: Int,
pub transaction_hash: Int,
pub transaction_index: Int,
pub logs: Vec<Logged>,
pub logs_bloom: Buf,
}Fields§
§block_hash: Int§block_number: Int§contract_address: Option<Acc>§cumulative_gas_used: Int§effective_gas_price: Int§gas_used: Int§status: Int§to: Option<Acc>§type: Int§transaction_hash: Int§transaction_index: Int§logs: Vec<Logged>§logs_bloom: BufTrait Implementations§
Source§impl<'de> Deserialize<'de> for Receipt
impl<'de> Deserialize<'de> for Receipt
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
Auto Trait Implementations§
impl Freeze for Receipt
impl RefUnwindSafe for Receipt
impl Send for Receipt
impl Sync for Receipt
impl Unpin for Receipt
impl UnsafeUnpin for Receipt
impl UnwindSafe for Receipt
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