pub struct DetailedTransactionStatistics28 {
pub nb_of_derivs_rptd: f64,
pub nb_of_derivs_rptd_wth_otlrs: f64,
pub wrnngs: Vec<AbnormalValuesData4>,
}Fields§
§nb_of_derivs_rptd: f64§nb_of_derivs_rptd_wth_otlrs: f64§wrnngs: Vec<AbnormalValuesData4>Implementations§
Source§impl DetailedTransactionStatistics28
impl DetailedTransactionStatistics28
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for DetailedTransactionStatistics28
impl RefUnwindSafe for DetailedTransactionStatistics28
impl Send for DetailedTransactionStatistics28
impl Sync for DetailedTransactionStatistics28
impl Unpin for DetailedTransactionStatistics28
impl UnwindSafe for DetailedTransactionStatistics28
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