pub struct ChainMempoolStats {
pub funded_txo_count: i32,
pub funded_txo_sum: i64,
pub spent_txo_count: i32,
pub spent_txo_sum: i64,
pub tx_count: i32,
}Fields§
§funded_txo_count: i32§funded_txo_sum: i64§spent_txo_count: i32§spent_txo_sum: i64§tx_count: i32Trait Implementations§
Source§impl Debug for ChainMempoolStats
impl Debug for ChainMempoolStats
Source§impl<'de> Deserialize<'de> for ChainMempoolStats
impl<'de> Deserialize<'de> for ChainMempoolStats
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 ChainMempoolStats
impl RefUnwindSafe for ChainMempoolStats
impl Send for ChainMempoolStats
impl Sync for ChainMempoolStats
impl Unpin for ChainMempoolStats
impl UnwindSafe for ChainMempoolStats
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