Struct ethcore::client::registry::functions::Transfer    [−]
pub struct Transfer { /* fields omitted */ }Methods
impl Transfer
                impl TransferTrait Implementations
impl Debug for Transfer
impl Debug for Transferimpl Clone for Transfer
impl Clone for Transferfn clone(&self) -> Transfer
fn clone(&self) -> TransferReturns 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 Transfer
impl PartialEq for Transferfn eq(&self, other: &Transfer) -> bool
fn eq(&self, other: &Transfer) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Transfer) -> bool
fn ne(&self, other: &Transfer) -> boolThis method tests for !=.
impl Default for Transfer
impl Default for Transfer