Struct bitcoin_rest::Utxo [−][src]
pub struct Utxo { pub height: u32, pub value: f64, pub script_pub_key: ScriptPubKey, }
Fields
height: u32
value: f64
script_pub_key: ScriptPubKey
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>,
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<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>,