Struct kaspa_txscript::SigCacheKey
source · pub struct SigCacheKey { /* private fields */ }
Trait Implementations§
source§impl Clone for SigCacheKey
impl Clone for SigCacheKey
source§fn clone(&self) -> SigCacheKey
fn clone(&self) -> SigCacheKey
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Hash for SigCacheKey
impl Hash for SigCacheKey
source§impl PartialEq<SigCacheKey> for SigCacheKey
impl PartialEq<SigCacheKey> for SigCacheKey
source§fn eq(&self, other: &SigCacheKey) -> bool
fn eq(&self, other: &SigCacheKey) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for SigCacheKey
impl StructuralEq for SigCacheKey
impl StructuralPartialEq for SigCacheKey
Auto Trait Implementations§
impl RefUnwindSafe for SigCacheKey
impl Send for SigCacheKey
impl Sync for SigCacheKey
impl Unpin for SigCacheKey
impl UnwindSafe for SigCacheKey
Blanket Implementations§
§impl<T> CastFrom for Twhere
T: Any + 'static,
impl<T> CastFrom for Twhere T: Any + 'static,
§fn ref_any(&self) -> &(dyn Any + 'static)
fn ref_any(&self) -> &(dyn Any + 'static)
Returns a immutable reference to
Any
, which is backed by the type implementing this trait.§fn mut_any(&mut self) -> &mut (dyn Any + 'static)
fn mut_any(&mut self) -> &mut (dyn Any + 'static)
Returns a mutable reference to
Any
, which is backed by the type implementing this trait.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.