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