pub struct AddressInfoFormat {
pub address: Option<String>,
pub chain_stats: ChainMempoolStats,
pub mempool_stats: ChainMempoolStats,
pub scripthash: Option<String>,
}Fields§
§address: Option<String>§chain_stats: ChainMempoolStats§mempool_stats: ChainMempoolStats§scripthash: Option<String>Trait Implementations§
Source§impl Debug for AddressInfoFormat
impl Debug for AddressInfoFormat
Source§impl<'de> Deserialize<'de> for AddressInfoFormat
impl<'de> Deserialize<'de> for AddressInfoFormat
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for AddressInfoFormat
impl RefUnwindSafe for AddressInfoFormat
impl Send for AddressInfoFormat
impl Sync for AddressInfoFormat
impl Unpin for AddressInfoFormat
impl UnwindSafe for AddressInfoFormat
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