Struct ethcore::client::registry::events::Transferred [−]
pub struct Transferred { /* fields omitted */ }Methods
impl Transferred
impl Transferredpub fn parse_log(&self, log: RawLog) -> Result<Transferred>
pub fn parse_log(&self, log: RawLog) -> Result<Transferred>Parses log.
pub fn create_filter<T0: Into<Topic<Hash>>, T1: Into<Topic<Address>>, T2: Into<Topic<Address>>>(
&self,
name: T0,
old_owner: T1,
new_owner: T2
) -> TopicFilter
pub fn create_filter<T0: Into<Topic<Hash>>, T1: Into<Topic<Address>>, T2: Into<Topic<Address>>>(
&self,
name: T0,
old_owner: T1,
new_owner: T2
) -> TopicFilterCreates topic filter.
Trait Implementations
impl Debug for Transferred
impl Debug for Transferredimpl Clone for Transferred
impl Clone for Transferredfn clone(&self) -> Transferred
fn clone(&self) -> TransferredReturns 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 Transferred
impl PartialEq for Transferredfn eq(&self, other: &Transferred) -> bool
fn eq(&self, other: &Transferred) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Transferred) -> bool
fn ne(&self, other: &Transferred) -> boolThis method tests for !=.
impl Default for Transferred
impl Default for TransferredAuto Trait Implementations
impl Send for Transferred
impl Send for Transferredimpl Sync for Transferred
impl Sync for Transferred