Enum bitcoin_fuzz::tester::State
source · pub enum State {
NOTHING,
CANDIDATE,
REQUESTED,
COMPLETED,
}Expand description
| States for txid/peer combinations | in the naive data structure. |
Variants§
NOTHING
| Absence of this txid/peer combination |
CANDIDATE
| @note | | this implementation does not distinguish | between DELAYED/READY/BEST variants | of CANDIDATE. |
REQUESTED
COMPLETED
Auto Trait Implementations§
impl RefUnwindSafe for State
impl Send for State
impl Sync for State
impl Unpin for State
impl UnwindSafe for State
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