pub struct LoanContractTranche1 {
pub trch_nb: f64,
pub xpctd_dt: String,
pub amt: ActiveCurrencyAndAmount,
pub due_dt: Option<String>,
pub drtn_cd: Option<String>,
pub last_trch_ind: Option<bool>,
}Fields§
§trch_nb: f64§xpctd_dt: String§amt: ActiveCurrencyAndAmount§due_dt: Option<String>§drtn_cd: Option<String>§last_trch_ind: Option<bool>Implementations§
Source§impl LoanContractTranche1
impl LoanContractTranche1
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for LoanContractTranche1
impl RefUnwindSafe for LoanContractTranche1
impl Send for LoanContractTranche1
impl Sync for LoanContractTranche1
impl Unpin for LoanContractTranche1
impl UnwindSafe for LoanContractTranche1
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