Enum ethcore::verification::VerifierType  [−][src]
pub enum VerifierType {
    Canon,
    CanonNoSeal,
    Noop,
}Verifier type.
Variants
CanonVerifies block normally.
CanonNoSealVerifies block normallly, but skips seal verification.
NoopDoes not verify block at all. Used in tests.
Methods
impl VerifierType[src] 
impl VerifierTypepub fn verifying_seal(&self) -> bool[src] 
pub fn verifying_seal(&self) -> boolCheck if seal verification is enabled for this verifier type.
Trait Implementations
impl Debug for VerifierType[src] 
impl Debug for VerifierTypefn 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 VerifierType[src] 
impl PartialEq for VerifierTypefn eq(&self, other: &VerifierType) -> bool[src] 
fn eq(&self, other: &VerifierType) -> 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 Clone for VerifierType[src] 
impl Clone for VerifierTypefn clone(&self) -> VerifierType[src] 
fn clone(&self) -> VerifierTypeReturns 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
Auto Trait Implementations
impl Send for VerifierType
impl Send for VerifierTypeimpl Sync for VerifierType
impl Sync for VerifierType