Enum bitcoin_peerman::WaitState
source · pub enum WaitState {
FUTURE_EVENT,
NO_EVENT,
PAST_EVENT,
}Variants§
FUTURE_EVENT
| Used for announcements that need efficient | testing of “is their timestamp in the | future?”. |
NO_EVENT
| Used for announcements whose timestamp | is not relevant. |
PAST_EVENT
| Used for announcements that need efficient | testing of “is their timestamp in the | past?”. |
Auto Trait Implementations§
impl RefUnwindSafe for WaitState
impl Send for WaitState
impl Sync for WaitState
impl Unpin for WaitState
impl UnwindSafe for WaitState
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