pub struct SimBundleLogs {
pub tx_logs: Option<Vec<Log>>,
pub bundle_logs: Option<Vec<SimBundleLogs>>,
}
Expand description
Logs returned by mev_simBundle
.
Fields§
§tx_logs: Option<Vec<Log>>
Logs for transactions in bundle.
bundle_logs: Option<Vec<SimBundleLogs>>
Logs for bundles in bundle.
Trait Implementations§
Source§impl Clone for SimBundleLogs
impl Clone for SimBundleLogs
Source§fn clone(&self) -> SimBundleLogs
fn clone(&self) -> SimBundleLogs
Returns a copy 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 SimBundleLogs
impl Debug for SimBundleLogs
Source§impl<'de> Deserialize<'de> for SimBundleLogs
impl<'de> Deserialize<'de> for SimBundleLogs
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 SimBundleLogs
impl PartialEq for SimBundleLogs
Source§impl Serialize for SimBundleLogs
impl Serialize for SimBundleLogs
impl Eq for SimBundleLogs
impl StructuralPartialEq for SimBundleLogs
Auto Trait Implementations§
impl Freeze for SimBundleLogs
impl RefUnwindSafe for SimBundleLogs
impl Send for SimBundleLogs
impl Sync for SimBundleLogs
impl Unpin for SimBundleLogs
impl UnwindSafe for SimBundleLogs
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)