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