Struct ethcore::client::registry::events::NewOwner    [−]
pub struct NewOwner { /* fields omitted */ }Methods
impl NewOwner
impl NewOwnerpub fn parse_log(&self, log: RawLog) -> Result<NewOwner>
pub fn parse_log(&self, log: RawLog) -> Result<NewOwner>Parses log.
pub fn create_filter<T0: Into<Topic<Address>>, T1: Into<Topic<Address>>>(
    &self, 
    old: T0, 
    current: T1
) -> TopicFilter
pub fn create_filter<T0: Into<Topic<Address>>, T1: Into<Topic<Address>>>(
    &self, 
    old: T0, 
    current: T1
) -> TopicFilterCreates topic filter.
Trait Implementations
impl Debug for NewOwner
impl Debug for NewOwnerimpl Clone for NewOwner
impl Clone for NewOwnerfn clone(&self) -> NewOwner
fn clone(&self) -> NewOwnerReturns 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 NewOwner
impl PartialEq for NewOwnerfn eq(&self, other: &NewOwner) -> bool
fn eq(&self, other: &NewOwner) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &NewOwner) -> bool
fn ne(&self, other: &NewOwner) -> boolThis method tests for !=.
impl Default for NewOwner
impl Default for NewOwner