pub struct TradeError9 {
pub tech_rcrd_id: Option<String>,
pub ctr_pty_spcfc_data: CounterpartyData88,
pub ln_data: LoanData86,
pub splmtry_data: Option<Vec<SupplementaryData1>>,
}Fields§
§tech_rcrd_id: Option<String>§ctr_pty_spcfc_data: CounterpartyData88§ln_data: LoanData86§splmtry_data: Option<Vec<SupplementaryData1>>Implementations§
Source§impl TradeError9
impl TradeError9
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for TradeError9
impl RefUnwindSafe for TradeError9
impl Send for TradeError9
impl Sync for TradeError9
impl Unpin for TradeError9
impl UnwindSafe for TradeError9
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