pub struct PerformanceFactors1 {
pub corp_actn_fctr: Option<f64>,
pub cmltv_corp_actn_fctr: Option<f64>,
pub acmltn_prd: Option<DatePeriodDetails>,
pub nrml_prfrmnc: Option<f64>,
}Fields§
§corp_actn_fctr: Option<f64>§cmltv_corp_actn_fctr: Option<f64>§acmltn_prd: Option<DatePeriodDetails>§nrml_prfrmnc: Option<f64>Implementations§
Source§impl PerformanceFactors1
impl PerformanceFactors1
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for PerformanceFactors1
impl RefUnwindSafe for PerformanceFactors1
impl Send for PerformanceFactors1
impl Sync for PerformanceFactors1
impl Unpin for PerformanceFactors1
impl UnwindSafe for PerformanceFactors1
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