Struct bitcoin_scripting::NoDestination
source · pub struct NoDestination {}
Trait Implementations§
source§impl Ord for NoDestination
impl Ord for NoDestination
source§fn cmp(&self, other: &NoDestination) -> Ordering
fn cmp(&self, other: &NoDestination) -> 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<NoDestination> for NoDestination
impl PartialEq<NoDestination> for NoDestination
source§fn eq(&self, other: &NoDestination) -> bool
fn eq(&self, other: &NoDestination) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd<NoDestination> for NoDestination
impl PartialOrd<NoDestination> for NoDestination
source§fn partial_cmp(&self, other: &NoDestination) -> Option<Ordering>
fn partial_cmp(&self, other: &NoDestination) -> 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<&NoDestination> for ScriptVisitor
impl ScriptVisit<&NoDestination> for ScriptVisitor
fn script_visit(&self, dest: &NoDestination) -> Script ⓘ
impl Eq for NoDestination
Auto Trait Implementations§
impl RefUnwindSafe for NoDestination
impl Send for NoDestination
impl Sync for NoDestination
impl Unpin for NoDestination
impl UnwindSafe for NoDestination
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