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: u64
§txcount: u64
§window_final_block_hash: String
§window_final_block_height: u64
§window_block_count: u64
§window_tx_count: u64
§window_interval: u64
§txrate: f64
Trait Implementations§
Source§impl<'de> Deserialize<'de> for GetChainTxStatsCommandResponse
impl<'de> Deserialize<'de> for GetChainTxStatsCommandResponse
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 GetChainTxStatsCommandResponse
impl RefUnwindSafe for GetChainTxStatsCommandResponse
impl Send for GetChainTxStatsCommandResponse
impl Sync for GetChainTxStatsCommandResponse
impl Unpin for GetChainTxStatsCommandResponse
impl UnwindSafe for GetChainTxStatsCommandResponse
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