Struct bitcoin_scripting::GenTxId
source · pub struct GenTxId { /* private fields */ }
Expand description
| A generic txid reference (txid or wtxid). |
Implementations§
Trait Implementations§
source§impl Ord for GenTxId
impl Ord for GenTxId
source§impl PartialEq<GenTxId> for GenTxId
impl PartialEq<GenTxId> for GenTxId
source§impl PartialOrd<GenTxId> for GenTxId
impl PartialOrd<GenTxId> for GenTxId
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl Eq for GenTxId
Auto Trait Implementations§
impl RefUnwindSafe for GenTxId
impl Send for GenTxId
impl Sync for GenTxId
impl Unpin for GenTxId
impl UnwindSafe for GenTxId
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