Struct ethcore::client::registry::functions::Get    [−]
pub struct Get { /* fields omitted */ }Methods
impl Get
impl Getpub fn input<T0: Into<Hash>, T1: Into<String>>(
    &self, 
    name: T0, 
    key: T1
) -> Bytes
pub fn input<T0: Into<Hash>, T1: Into<String>>(
    &self, 
    name: T0, 
    key: T1
) -> Bytespub fn output(&self, output: &[u8]) -> Result<Hash>
pub fn output(&self, output: &[u8]) -> Result<Hash>pub fn call<T0: Into<Hash>, T1: Into<String>>(
    &self, 
    name: T0, 
    key: T1, 
    do_call: &Fn(Bytes) -> Result<Bytes, String>
) -> Result<Hash>
pub fn call<T0: Into<Hash>, T1: Into<String>>(
    &self, 
    name: T0, 
    key: T1, 
    do_call: &Fn(Bytes) -> Result<Bytes, String>
) -> Result<Hash>Trait Implementations
impl Debug for Get
impl Debug for Getimpl Clone for Get
impl Clone for Getfn clone(&self) -> Get
fn clone(&self) -> GetReturns 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 Get
impl PartialEq for Getfn eq(&self, other: &Get) -> bool
fn eq(&self, other: &Get) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Get) -> bool
fn ne(&self, other: &Get) -> boolThis method tests for !=.
impl Default for Get
impl Default for Get