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