pub struct DebtInstrument2 {
pub ttl_issd_nmnl_amt: ActiveOrHistoricCurrencyAndAmount,
pub mtrty_dt: Option<String>,
pub nmnl_val_per_unit: ActiveOrHistoricCurrencyAndAmount,
pub intrst_rate: InterestRate6Choice,
pub debt_snrty: Option<DebtInstrumentSeniorityType1Code>,
}Fields§
§ttl_issd_nmnl_amt: ActiveOrHistoricCurrencyAndAmount§mtrty_dt: Option<String>§nmnl_val_per_unit: ActiveOrHistoricCurrencyAndAmount§intrst_rate: InterestRate6Choice§debt_snrty: Option<DebtInstrumentSeniorityType1Code>Implementations§
Source§impl DebtInstrument2
impl DebtInstrument2
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for DebtInstrument2
impl RefUnwindSafe for DebtInstrument2
impl Send for DebtInstrument2
impl Sync for DebtInstrument2
impl Unpin for DebtInstrument2
impl UnwindSafe for DebtInstrument2
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