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