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 VerifierSettingsfn fmt(&self, f: &mut Formatter) -> Result[src] 
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl PartialEq for VerifierSettings[src] 
impl PartialEq for VerifierSettingsfn eq(&self, other: &VerifierSettings) -> bool[src] 
fn eq(&self, other: &VerifierSettings) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &VerifierSettings) -> bool[src] 
fn ne(&self, other: &VerifierSettings) -> boolThis method tests for !=.
impl Clone for VerifierSettings[src] 
impl Clone for VerifierSettingsfn clone(&self) -> VerifierSettings[src] 
fn clone(&self) -> VerifierSettingsReturns 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 VerifierSettingsAuto Trait Implementations
impl Send for VerifierSettings
impl Send for VerifierSettingsimpl Sync for VerifierSettings
impl Sync for VerifierSettings