Struct bitcoin_test::TestConditionChecker
source · pub struct TestConditionChecker { /* private fields */ }
Trait Implementations§
source§impl BeginTime for TestConditionChecker
impl BeginTime for TestConditionChecker
fn begin_time(&self, params: &ChainConsensusParams) -> i64
source§impl Condition for TestConditionChecker
impl Condition for TestConditionChecker
fn condition( &self, pindex: *const BlockIndex, params: &ChainConsensusParams ) -> bool
source§impl EndTime for TestConditionChecker
impl EndTime for TestConditionChecker
fn end_time(&self, params: &ChainConsensusParams) -> i64
source§impl MinActivationHeight for TestConditionChecker
impl MinActivationHeight for TestConditionChecker
fn min_activation_height(&self, params: &ChainConsensusParams) -> i32
source§impl Period for TestConditionChecker
impl Period for TestConditionChecker
fn period(&self, params: &ChainConsensusParams) -> i32
source§impl Threshold for TestConditionChecker
impl Threshold for TestConditionChecker
fn threshold(&self, params: &ChainConsensusParams) -> i32
impl Interface for TestConditionChecker
Auto Trait Implementations§
impl !RefUnwindSafe for TestConditionChecker
impl !Send for TestConditionChecker
impl !Sync for TestConditionChecker
impl Unpin for TestConditionChecker
impl UnwindSafe for TestConditionChecker
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