Struct ethers_iqkms::types::StructLog
source · [−]pub struct StructLog {
pub depth: u64,
pub error: Option<String>,
pub gas: u64,
pub gas_cost: u64,
pub memory: Option<Vec<String, Global>>,
pub op: String,
pub pc: u64,
pub refund_counter: Option<u64>,
pub stack: Option<Vec<U256, Global>>,
pub storage: Option<BTreeMap<H256, H256, Global>>,
}Fields
depth: u64error: Option<String>gas: u64gas_cost: u64memory: Option<Vec<String, Global>>op: Stringpc: u64refund_counter: Option<u64>stack: Option<Vec<U256, Global>>storage: Option<BTreeMap<H256, H256, Global>>Trait Implementations
sourceimpl<'de> Deserialize<'de> for StructLog
impl<'de> Deserialize<'de> for StructLog
sourcefn deserialize<__D>(
__deserializer: __D
) -> Result<StructLog, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D
) -> Result<StructLog, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
sourceimpl Serialize for StructLog
impl Serialize for StructLog
sourcefn serialize<__S>(
&self,
__serializer: __S
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
fn serialize<__S>(
&self,
__serializer: __S
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
Serialize this value into the given Serde serializer. Read more
impl Eq for StructLog
impl StructuralEq for StructLog
impl StructuralPartialEq for StructLog
Auto Trait Implementations
impl RefUnwindSafe for StructLog
impl Send for StructLog
impl Sync for StructLog
impl Unpin for StructLog
impl UnwindSafe for StructLog
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
sourcefn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.sourceimpl<T> Instrument for T
impl<T> Instrument for T
sourcefn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
sourcefn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
sourceimpl<T> IntoRequest<T> for T
impl<T> IntoRequest<T> for T
sourcefn into_request(self) -> Request<T>
fn into_request(self) -> Request<T>
Wrap the input message
T in a tonic::Request