Struct chainseeker_server::db::address_index::AddressIndexDBKey [−][src]
pub struct AddressIndexDBKey {
pub wscript_hash: WScriptHash,
pub txid: Txid,
}Fields
wscript_hash: WScriptHashtxid: TxidTrait Implementations
impl Clone for AddressIndexDBKey[src]
impl Clone for AddressIndexDBKey[src]fn clone(&self) -> AddressIndexDBKey[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl ConstantSize for AddressIndexDBKey[src]
impl ConstantSize for AddressIndexDBKey[src]impl Deserialize for AddressIndexDBKey[src]
impl Deserialize for AddressIndexDBKey[src]fn deserialize(buf: &[u8]) -> Self[src]
impl Ord for AddressIndexDBKey[src]
impl Ord for AddressIndexDBKey[src]impl PartialEq<AddressIndexDBKey> for AddressIndexDBKey[src]
impl PartialEq<AddressIndexDBKey> for AddressIndexDBKey[src]fn eq(&self, other: &AddressIndexDBKey) -> bool[src]
fn ne(&self, other: &AddressIndexDBKey) -> bool[src]
impl PartialOrd<AddressIndexDBKey> for AddressIndexDBKey[src]
impl PartialOrd<AddressIndexDBKey> for AddressIndexDBKey[src]fn partial_cmp(&self, other: &AddressIndexDBKey) -> Option<Ordering>[src]
#[must_use]pub fn lt(&self, other: &Rhs) -> bool1.0.0[src]
#[must_use]
pub fn lt(&self, other: &Rhs) -> bool#[must_use]pub fn le(&self, other: &Rhs) -> bool1.0.0[src]
#[must_use]
pub fn le(&self, other: &Rhs) -> bool#[must_use]pub fn gt(&self, other: &Rhs) -> bool1.0.0[src]
#[must_use]
pub fn gt(&self, other: &Rhs) -> bool#[must_use]pub fn ge(&self, other: &Rhs) -> bool1.0.0[src]
#[must_use]
pub fn ge(&self, other: &Rhs) -> boolimpl Eq for AddressIndexDBKey[src]
impl StructuralEq for AddressIndexDBKey[src]
impl StructuralPartialEq for AddressIndexDBKey[src]
Auto Trait Implementations
impl RefUnwindSafe for AddressIndexDBKey
impl Send for AddressIndexDBKey
impl Sync for AddressIndexDBKey
impl Unpin for AddressIndexDBKey
impl UnwindSafe for AddressIndexDBKey
Blanket Implementations
impl<Q, K> Equivalent<K> for Q where
K: Borrow<Q> + ?Sized,
Q: Eq + ?Sized, [src]
impl<Q, K> Equivalent<K> for Q where
K: Borrow<Q> + ?Sized,
Q: Eq + ?Sized, [src]pub fn equivalent(&self, key: &K) -> bool[src]
impl<T> Instrument for T[src]
impl<T> Instrument for T[src]