Struct bitcoin_rest::UtxoData [−][src]
pub struct UtxoData { pub chain_height: u32, pub chaintip_hash: String, pub bitmap: String, pub utxos: Vec<Utxo>, }
Fields
chain_height: u32
chaintip_hash: String
bitmap: String
utxos: Vec<Utxo>
Trait Implementations
impl<'de> Deserialize<'de> for UtxoData
[src]
impl<'de> Deserialize<'de> for UtxoData
[src]fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
[src]
__D: Deserializer<'de>,
Auto Trait Implementations
impl RefUnwindSafe for UtxoData
impl Send for UtxoData
impl Sync for UtxoData
impl Unpin for UtxoData
impl UnwindSafe for UtxoData
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>,