pub struct FinancialInstrumentAttributes90 {
pub ntnl: Option<ActiveCurrencyAndAmount>,
pub unit_val: ActiveCurrencyAndAmount,
pub indx_id: GenericIdentification168,
pub indx_unit: String,
pub intrst_rate_terms: Option<InterestComputationMethod2Code>,
}Fields§
§ntnl: Option<ActiveCurrencyAndAmount>§unit_val: ActiveCurrencyAndAmount§indx_id: GenericIdentification168§indx_unit: String§intrst_rate_terms: Option<InterestComputationMethod2Code>Implementations§
Source§impl FinancialInstrumentAttributes90
impl FinancialInstrumentAttributes90
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for FinancialInstrumentAttributes90
impl RefUnwindSafe for FinancialInstrumentAttributes90
impl Send for FinancialInstrumentAttributes90
impl Sync for FinancialInstrumentAttributes90
impl Unpin for FinancialInstrumentAttributes90
impl UnwindSafe for FinancialInstrumentAttributes90
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