pub struct TransactionLoanData30Choice {
pub rp_trad: Option<LoanData135>,
pub buy_sell_bck: Option<LoanData136>,
pub scties_lndg: Option<LoanData137>,
pub mrgn_lndg: Option<LoanData138>,
}Fields§
§rp_trad: Option<LoanData135>§buy_sell_bck: Option<LoanData136>§scties_lndg: Option<LoanData137>§mrgn_lndg: Option<LoanData138>Implementations§
Source§impl TransactionLoanData30Choice
impl TransactionLoanData30Choice
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for TransactionLoanData30Choice
impl RefUnwindSafe for TransactionLoanData30Choice
impl Send for TransactionLoanData30Choice
impl Sync for TransactionLoanData30Choice
impl Unpin for TransactionLoanData30Choice
impl UnwindSafe for TransactionLoanData30Choice
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