Struct near_chain::missing_chunks::MissingChunksPool [−][src]
pub struct MissingChunksPool<Block: BlockLike> { /* fields omitted */ }Expand description
Structure for keeping track of missing chunks.
The reason to have a Block type parameter instead of using the
block::Block type is to make testing easier (block::Block is a complex structure and I
don’t care about most of it).
Implementations
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl<Block> RefUnwindSafe for MissingChunksPool<Block> where
Block: RefUnwindSafe,
impl<Block> Send for MissingChunksPool<Block> where
Block: Send,
impl<Block> Sync for MissingChunksPool<Block> where
Block: Sync,
impl<Block> Unpin for MissingChunksPool<Block> where
Block: Unpin,
impl<Block> UnwindSafe for MissingChunksPool<Block> where
Block: UnwindSafe,
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more
pub fn vzip(self) -> V
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more