pub struct DetailedReportStatistics7 {
pub ttl_nb_of_rpts: f64,
pub ttl_nb_of_rpts_accptd: f64,
pub ttl_nb_of_rpts_rjctd: f64,
pub nb_of_rpts_rjctd_per_err: Option<Vec<NumberOfTransactionsPerValidationRule6>>,
}Fields§
§ttl_nb_of_rpts: f64§ttl_nb_of_rpts_accptd: f64§ttl_nb_of_rpts_rjctd: f64§nb_of_rpts_rjctd_per_err: Option<Vec<NumberOfTransactionsPerValidationRule6>>Implementations§
Source§impl DetailedReportStatistics7
impl DetailedReportStatistics7
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for DetailedReportStatistics7
impl RefUnwindSafe for DetailedReportStatistics7
impl Send for DetailedReportStatistics7
impl Sync for DetailedReportStatistics7
impl Unpin for DetailedReportStatistics7
impl UnwindSafe for DetailedReportStatistics7
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