pub struct AddressIndexDBKey {
pub script_pubkey: Script,
pub txid: Txid,
}Fields§
§script_pubkey: Script§txid: TxidTrait Implementations§
Source§impl Clone for AddressIndexDBKey
impl Clone for AddressIndexDBKey
Source§fn clone(&self) -> AddressIndexDBKey
fn clone(&self) -> AddressIndexDBKey
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 Debug for AddressIndexDBKey
impl Debug for AddressIndexDBKey
Source§impl Deserialize for AddressIndexDBKey
impl Deserialize for AddressIndexDBKey
fn deserialize(buf: &[u8]) -> Self
Source§impl Ord for AddressIndexDBKey
impl Ord for AddressIndexDBKey
Source§fn cmp(&self, other: &AddressIndexDBKey) -> Ordering
fn cmp(&self, other: &AddressIndexDBKey) -> 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 for AddressIndexDBKey
impl PartialEq for AddressIndexDBKey
Source§impl PartialOrd for AddressIndexDBKey
impl PartialOrd for AddressIndexDBKey
impl Eq for AddressIndexDBKey
impl StructuralPartialEq for AddressIndexDBKey
Auto Trait Implementations§
impl Freeze for AddressIndexDBKey
impl RefUnwindSafe for AddressIndexDBKey
impl Send for AddressIndexDBKey
impl Sync for AddressIndexDBKey
impl Unpin for AddressIndexDBKey
impl UnwindSafe for AddressIndexDBKey
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.