Struct bitcoin_indexed_chain::TxIndexDB
source · pub struct TxIndexDB { /* private fields */ }
Expand description
| Access to the txindex database | (indexes/txindex/) |
Implementations§
source§impl TxIndexDB
impl TxIndexDB
Auto Trait Implementations§
impl !RefUnwindSafe for TxIndexDB
impl !Send for TxIndexDB
impl !Sync for TxIndexDB
impl Unpin for TxIndexDB
impl !UnwindSafe for TxIndexDB
Blanket Implementations§
§impl<T, U> CastInto<U> for Twhere
U: CastFrom<T>,
impl<T, U> CastInto<U> for Twhere U: CastFrom<T>,
§impl<T> Pointable for T
impl<T> Pointable for T
§impl<T> StaticUpcast<T> for T
impl<T> StaticUpcast<T> for T
§unsafe fn static_upcast(ptr: Ptr<T>) -> Ptr<T>
unsafe fn static_upcast(ptr: Ptr<T>) -> Ptr<T>
Convert type of a const pointer. Read more