Struct bitcoin_peerman::OrphanTx
source · pub struct OrphanTx {
pub tx: TransactionRef,
pub from_peer: NodeId,
pub n_time_expire: OffsetDateTime,
pub list_pos: AtomicUsize,
}Fields§
§tx: TransactionRef§from_peer: NodeId§n_time_expire: OffsetDateTime§list_pos: AtomicUsizeTrait Implementations§
source§impl PartialEq<OrphanTx> for OrphanTx
impl PartialEq<OrphanTx> for OrphanTx
impl Eq for OrphanTx
Auto Trait Implementations§
impl !RefUnwindSafe for OrphanTx
impl Send for OrphanTx
impl Sync for OrphanTx
impl Unpin for OrphanTx
impl !UnwindSafe for OrphanTx
Blanket Implementations§
§impl<T, U> CastInto<U> for Twhere
U: CastFrom<T>,
impl<T, U> CastInto<U> for Twhere U: CastFrom<T>,
source§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.§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