Struct bitcoin_scripting::WitnessUnknown
source · pub struct WitnessUnknown { /* private fields */ }
Expand description
| TxDestination subtype to encode any | future Witness version |
Trait Implementations§
source§impl Ord for WitnessUnknown
impl Ord for WitnessUnknown
source§fn cmp(&self, other: &WitnessUnknown) -> Ordering
fn cmp(&self, other: &WitnessUnknown) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl PartialEq<WitnessUnknown> for WitnessUnknown
impl PartialEq<WitnessUnknown> for WitnessUnknown
source§fn eq(&self, other: &WitnessUnknown) -> bool
fn eq(&self, other: &WitnessUnknown) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd<WitnessUnknown> for WitnessUnknown
impl PartialOrd<WitnessUnknown> for WitnessUnknown
source§fn partial_cmp(&self, other: &WitnessUnknown) -> Option<Ordering>
fn partial_cmp(&self, other: &WitnessUnknown) -> Option<Ordering>
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 moresource§impl ScriptVisit<&WitnessUnknown> for ScriptVisitor
impl ScriptVisit<&WitnessUnknown> for ScriptVisitor
fn script_visit(&self, id: &WitnessUnknown) -> Script ⓘ
impl Eq for WitnessUnknown
Auto Trait Implementations§
impl RefUnwindSafe for WitnessUnknown
impl Send for WitnessUnknown
impl Sync for WitnessUnknown
impl Unpin for WitnessUnknown
impl UnwindSafe for WitnessUnknown
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