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