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