Struct ethcore::client::registry::Registry   [−]
pub struct Registry {}Contract
Methods
impl Registry
impl Registrypub fn events(&self) -> RegistryEvents
pub fn events(&self) -> RegistryEventsimpl Registry
impl Registrypub fn functions(&self) -> RegistryFunctions
pub fn functions(&self) -> RegistryFunctionsTrait Implementations
impl Debug for Registry
impl Debug for Registryimpl Default for Registry
impl Default for Registryimpl Clone for Registry
impl Clone for Registryfn clone(&self) -> Registry
fn clone(&self) -> RegistryReturns 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 Copy for Registry
impl Copy for Registryimpl PartialEq for Registry
impl PartialEq for Registryfn eq(&self, other: &Registry) -> bool
fn eq(&self, other: &Registry) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0[src] 
fn ne(&self, other: &Rhs) -> bool1.0.0
[src]This method tests for !=.
impl Eq for Registry
impl Eq for Registry