Struct hypersync_net_types::TraceSelection
source · pub struct TraceSelection {
pub from: Vec<Address>,
pub from_filter: Option<FilterWrapper>,
pub to: Vec<Address>,
pub to_filter: Option<FilterWrapper>,
pub address: Vec<Address>,
pub address_filter: Option<FilterWrapper>,
pub call_type: Vec<String>,
pub reward_type: Vec<String>,
pub kind: Vec<String>,
pub sighash: Vec<Sighash>,
}
Fields§
§from: Vec<Address>
§from_filter: Option<FilterWrapper>
§to: Vec<Address>
§to_filter: Option<FilterWrapper>
§address: Vec<Address>
§address_filter: Option<FilterWrapper>
§call_type: Vec<String>
§reward_type: Vec<String>
§kind: Vec<String>
§sighash: Vec<Sighash>
Trait Implementations§
source§impl Clone for TraceSelection
impl Clone for TraceSelection
source§fn clone(&self) -> TraceSelection
fn clone(&self) -> TraceSelection
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 TraceSelection
impl Debug for TraceSelection
source§impl Default for TraceSelection
impl Default for TraceSelection
source§fn default() -> TraceSelection
fn default() -> TraceSelection
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for TraceSelection
impl<'de> Deserialize<'de> for TraceSelection
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 TraceSelection
impl !RefUnwindSafe for TraceSelection
impl Send for TraceSelection
impl Sync for TraceSelection
impl Unpin for TraceSelection
impl !UnwindSafe for TraceSelection
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
)