Struct chainseeker::Utxo [−][src]
pub struct Utxo { pub txid: String, pub vout: u32, pub script_pub_key: ScriptPubKey, pub value: u64, }
Fields
txid: String
vout: u32
script_pub_key: ScriptPubKey
value: u64
Trait Implementations
impl<'de> Deserialize<'de> for Utxo
[src]
impl<'de> Deserialize<'de> for Utxo
[src]fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
[src]
__D: Deserializer<'de>,
impl Eq for Utxo
[src]
impl StructuralEq for Utxo
[src]
impl StructuralPartialEq for Utxo
[src]
Auto Trait Implementations
impl RefUnwindSafe for Utxo
impl Send for Utxo
impl Sync for Utxo
impl Unpin for Utxo
impl UnwindSafe for Utxo
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]pub fn instrument(self, span: Span) -> Instrumented<Self>
[src]
pub fn in_current_span(self) -> Instrumented<Self>
[src]
impl<T> DeserializeOwned for T where
T: for<'de> Deserialize<'de>,
[src]
T: for<'de> Deserialize<'de>,