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