Struct ethcore::client::registry::RegistryFunctions   [−]
pub struct RegistryFunctions {}Methods
impl RegistryFunctions
impl RegistryFunctionspub fn get(&self) -> Get
pub fn get(&self) -> Getpub fn reserve(&self) -> Reserve
pub fn reserve(&self) -> Reservepub fn drain(&self) -> Drain
pub fn drain(&self) -> Drainpub fn get_uint(&self) -> GetUint
pub fn get_uint(&self) -> GetUintpub fn set_address(&self) -> SetAddress
pub fn set_address(&self) -> SetAddresspub fn transfer(&self) -> Transfer
pub fn transfer(&self) -> Transferpub fn propose_reverse(&self) -> ProposeReverse
pub fn propose_reverse(&self) -> ProposeReversepub fn reserved(&self) -> Reserved
pub fn reserved(&self) -> Reservedpub fn confirm_reverse(&self) -> ConfirmReverse
pub fn confirm_reverse(&self) -> ConfirmReversepub fn owner(&self) -> Owner
pub fn owner(&self) -> Ownerpub fn set_owner(&self) -> SetOwner
pub fn set_owner(&self) -> SetOwnerpub fn remove_reverse(&self) -> RemoveReverse
pub fn remove_reverse(&self) -> RemoveReversepub fn reverse(&self) -> Reverse
pub fn reverse(&self) -> Reversepub fn fee(&self) -> Fee
pub fn fee(&self) -> Feepub fn drop(&self) -> Drop
pub fn drop(&self) -> Droppub fn set_uint(&self) -> SetUint
pub fn set_uint(&self) -> SetUintpub fn set_fee(&self) -> SetFee
pub fn set_fee(&self) -> SetFeepub fn set(&self) -> Set
pub fn set(&self) -> Setpub fn get_address(&self) -> GetAddress
pub fn get_address(&self) -> GetAddressTrait Implementations
impl Debug for RegistryFunctions
impl Debug for RegistryFunctionsimpl Default for RegistryFunctions
impl Default for RegistryFunctionsfn default() -> RegistryFunctions
fn default() -> RegistryFunctionsReturns the "default value" for a type. Read more
impl Clone for RegistryFunctions
impl Clone for RegistryFunctionsfn clone(&self) -> RegistryFunctions
fn clone(&self) -> RegistryFunctionsReturns 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 Copy for RegistryFunctions
impl Copy for RegistryFunctionsimpl PartialEq for RegistryFunctions
impl PartialEq for RegistryFunctionsfn eq(&self, other: &RegistryFunctions) -> bool
fn eq(&self, other: &RegistryFunctions) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0[src] 
fn ne(&self, other: &Rhs) -> bool1.0.0
[src]This method tests for !=.
impl Eq for RegistryFunctions
impl Eq for RegistryFunctionsAuto Trait Implementations
impl Send for RegistryFunctions
impl Send for RegistryFunctionsimpl Sync for RegistryFunctions
impl Sync for RegistryFunctions