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