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