Struct ethcore::verification::queue::VerifierSettings
[−]
[src]
pub struct VerifierSettings { pub scale_verifiers: bool, pub num_verifiers: usize, }
Verifier settings.
Fields
scale_verifiers: bool
Whether to scale amount of verifiers according to load.
num_verifiers: usize
Beginning amount of verifiers.
Trait Implementations
impl Debug for VerifierSettings
[src]
impl PartialEq for VerifierSettings
[src]
fn eq(&self, __arg_0: &VerifierSettings) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &VerifierSettings) -> bool
This method tests for !=
.
impl Clone for VerifierSettings
[src]
fn clone(&self) -> VerifierSettings
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