Struct bitcoin_explorer::parser::block_index::BlockIndex [−][src]
pub struct BlockIndex {
pub records: Vec<BlockIndexRecord>,
pub hash_to_height: HashMap<String, i32>,
}Fields
records: Vec<BlockIndexRecord>hash_to_height: HashMap<String, i32>Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for BlockIndex
impl Send for BlockIndex
impl Sync for BlockIndex
impl Unpin for BlockIndex
impl UnwindSafe for BlockIndex
Blanket Implementations
Mutably borrows from an owned value. Read more