pub struct MonthlyResult1 {
pub nb_of_obsrvtns: f64,
pub nb_of_xcptns: f64,
pub cvrg: f64,
pub lrgst_xcptn: ActiveCurrencyAndAmount,
pub avrg_xcptn: ActiveCurrencyAndAmount,
pub lrgst_xcptn_id: Option<GenericIdentification165>,
}Fields§
§nb_of_obsrvtns: f64§nb_of_xcptns: f64§cvrg: f64§lrgst_xcptn: ActiveCurrencyAndAmount§avrg_xcptn: ActiveCurrencyAndAmount§lrgst_xcptn_id: Option<GenericIdentification165>Implementations§
Source§impl MonthlyResult1
impl MonthlyResult1
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for MonthlyResult1
impl RefUnwindSafe for MonthlyResult1
impl Send for MonthlyResult1
impl Sync for MonthlyResult1
impl Unpin for MonthlyResult1
impl UnwindSafe for MonthlyResult1
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