Struct ethcore::miner::StratumOptions
[−]
[src]
pub struct StratumOptions { pub io_path: String, pub listen_addr: String, pub port: u16, pub secret: Option<H256>, }
Configures stratum server options.
Fields
io_path: String
Working directory
listen_addr: String
Network address
port: u16
Port
secret: Option<H256>
Secret for peers
Trait Implementations
impl Debug for Options
[src]
impl PartialEq for Options
[src]
fn eq(&self, __arg_0: &Options) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &Options) -> bool
This method tests for !=
.
impl Clone for Options
[src]
fn clone(&self) -> Options
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more