Struct ethcore::verification::queue::Verifying[][src]

pub struct Verifying<K: Kind> { /* fields omitted */ }

An item which is in the process of being verified.

Trait Implementations

impl<K: Kind> HeapSizeOf for Verifying<K>
[src]

Measure the size of any heap-allocated structures that hang off this value, but not the space taken up by the value itself (i.e. what size_of:: measures, more or less); that space is handled by the implementation of HeapSizeOf for Box below. Read more

Auto Trait Implementations

impl<K> Send for Verifying<K> where
    <K as Kind>::Verified: Send

impl<K> Sync for Verifying<K> where
    <K as Kind>::Verified: Sync