pub struct BlockTransactions {
pub status: String,
pub cpu_usage_us: usize,
pub net_usage_words: usize,
pub trx: BlockTransactionTrx,
}Fields§
§status: String§cpu_usage_us: usize§net_usage_words: usize§trx: BlockTransactionTrxTrait Implementations§
Source§impl Debug for BlockTransactions
impl Debug for BlockTransactions
Source§impl<'de> Deserialize<'de> for BlockTransactions
impl<'de> Deserialize<'de> for BlockTransactions
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 BlockTransactions
impl RefUnwindSafe for BlockTransactions
impl Send for BlockTransactions
impl Sync for BlockTransactions
impl Unpin for BlockTransactions
impl UnwindSafe for BlockTransactions
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