Struct ethcore::client::registry::functions::SetUint    [−]
pub struct SetUint { /* fields omitted */ }Methods
impl SetUint
impl SetUintpub fn input<T0: Into<Hash>, T1: Into<String>, T2: Into<Uint>>(
    &self, 
    name: T0, 
    key: T1, 
    value: T2
) -> Bytes
pub fn input<T0: Into<Hash>, T1: Into<String>, T2: Into<Uint>>(
    &self, 
    name: T0, 
    key: T1, 
    value: T2
) -> BytesTrait Implementations
impl Debug for SetUint
impl Debug for SetUintimpl Clone for SetUint
impl Clone for SetUintfn clone(&self) -> SetUint
fn clone(&self) -> SetUintReturns 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 SetUint
impl PartialEq for SetUintfn eq(&self, other: &SetUint) -> bool
fn eq(&self, other: &SetUint) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &SetUint) -> bool
fn ne(&self, other: &SetUint) -> boolThis method tests for !=.
impl Default for SetUint
impl Default for SetUint