pub enum GethDebugTracerConfig {
BuiltInTracer(GethDebugBuiltInTracerConfig),
JsTracer(Value),
}Variants§
Trait Implementations§
Source§impl Clone for GethDebugTracerConfig
impl Clone for GethDebugTracerConfig
Source§fn clone(&self) -> GethDebugTracerConfig
fn clone(&self) -> GethDebugTracerConfig
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 GethDebugTracerConfig
impl Debug for GethDebugTracerConfig
Source§impl<'de> Deserialize<'de> for GethDebugTracerConfig
impl<'de> Deserialize<'de> for GethDebugTracerConfig
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 GethDebugTracerConfig
impl PartialEq for GethDebugTracerConfig
Source§impl Serialize for GethDebugTracerConfig
impl Serialize for GethDebugTracerConfig
impl Eq for GethDebugTracerConfig
impl StructuralPartialEq for GethDebugTracerConfig
Auto Trait Implementations§
impl Freeze for GethDebugTracerConfig
impl RefUnwindSafe for GethDebugTracerConfig
impl Send for GethDebugTracerConfig
impl Sync for GethDebugTracerConfig
impl Unpin for GethDebugTracerConfig
impl UnwindSafe for GethDebugTracerConfig
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