pub struct DetailedTransactionStatistics13 {
pub ttl_nb_of_txs: String,
pub ttl_nb_of_txs_accptd: String,
pub ttl_nb_of_txs_rjctd: String,
pub txs_rjctns_rsn: Option<Vec<RejectionReason53>>,
}Fields§
§ttl_nb_of_txs: String§ttl_nb_of_txs_accptd: String§ttl_nb_of_txs_rjctd: String§txs_rjctns_rsn: Option<Vec<RejectionReason53>>Implementations§
Source§impl DetailedTransactionStatistics13
impl DetailedTransactionStatistics13
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for DetailedTransactionStatistics13
impl RefUnwindSafe for DetailedTransactionStatistics13
impl Send for DetailedTransactionStatistics13
impl Sync for DetailedTransactionStatistics13
impl Unpin for DetailedTransactionStatistics13
impl UnwindSafe for DetailedTransactionStatistics13
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