pub struct GetChainTxStatsCommandResponse {
pub time: u64,
pub txcount: u64,
pub window_final_block_hash: String,
pub window_final_block_height: u64,
pub window_block_count: u64,
pub window_tx_count: u64,
pub window_interval: u64,
pub txrate: f64,
}Fields
time: u64txcount: u64window_final_block_hash: Stringwindow_final_block_height: u64window_block_count: u64window_tx_count: u64window_interval: u64txrate: f64Trait Implementations
sourceimpl<'de> Deserialize<'de> for GetChainTxStatsCommandResponse
impl<'de> Deserialize<'de> for GetChainTxStatsCommandResponse
sourcefn 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 RefUnwindSafe for GetChainTxStatsCommandResponse
impl Send for GetChainTxStatsCommandResponse
impl Sync for GetChainTxStatsCommandResponse
impl Unpin for GetChainTxStatsCommandResponse
impl UnwindSafe for GetChainTxStatsCommandResponse
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more