Struct ethcore::client::registry::events::DataChanged [−]
pub struct DataChanged { /* fields omitted */ }Methods
impl DataChanged
impl DataChangedpub fn parse_log(&self, log: RawLog) -> Result<DataChanged>
pub fn parse_log(&self, log: RawLog) -> Result<DataChanged>Parses log.
pub fn create_filter<T0: Into<Topic<Hash>>, T1: Into<Topic<Address>>, T2: Into<Topic<String>>>(
&self,
name: T0,
owner: T1,
key: T2
) -> TopicFilter
pub fn create_filter<T0: Into<Topic<Hash>>, T1: Into<Topic<Address>>, T2: Into<Topic<String>>>(
&self,
name: T0,
owner: T1,
key: T2
) -> TopicFilterCreates topic filter.
Trait Implementations
impl Debug for DataChanged
impl Debug for DataChangedimpl Clone for DataChanged
impl Clone for DataChangedfn clone(&self) -> DataChanged
fn clone(&self) -> DataChangedReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl PartialEq for DataChanged
impl PartialEq for DataChangedfn eq(&self, other: &DataChanged) -> bool
fn eq(&self, other: &DataChanged) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &DataChanged) -> bool
fn ne(&self, other: &DataChanged) -> boolThis method tests for !=.
impl Default for DataChanged
impl Default for DataChangedAuto Trait Implementations
impl Send for DataChanged
impl Send for DataChangedimpl Sync for DataChanged
impl Sync for DataChanged