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