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