Struct ethcore::verification::queue::VerifierSettings
[−]
[src]
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 Debug for VerifierSettings
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl PartialEq for VerifierSettings
[src]
impl PartialEq for VerifierSettings
fn eq(&self, __arg_0: &VerifierSettings) -> bool
[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
[src]
fn ne(&self, __arg_0: &VerifierSettings) -> bool
This method tests for !=
.
impl Clone for VerifierSettings
[src]
impl Clone for VerifierSettings
fn clone(&self) -> VerifierSettings
[src]
fn clone(&self) -> VerifierSettings
Returns 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 Default for VerifierSettings
[src]
impl Default for VerifierSettings
Auto Trait Implementations
impl Send for VerifierSettings
impl Send for VerifierSettings
impl Sync for VerifierSettings
impl Sync for VerifierSettings