Struct bitcoin_test::CoinsViewTest
source · pub struct CoinsViewTest { /* private fields */ }
Expand description
Trait Implementations§
source§impl BatchWrite for CoinsViewTest
impl BatchWrite for CoinsViewTest
source§impl GetBestBlock for CoinsViewTest
impl GetBestBlock for CoinsViewTest
source§fn get_best_block(&self) -> u256
fn get_best_block(&self) -> u256
| Retrieve the block hash whose state
| this
|
| CoinsView currently represents
|
source§impl GetCoin for CoinsViewTest
impl GetCoin for CoinsViewTest
Auto Trait Implementations§
impl RefUnwindSafe for CoinsViewTest
impl Send for CoinsViewTest
impl Sync for CoinsViewTest
impl Unpin for CoinsViewTest
impl UnwindSafe for CoinsViewTest
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