pub struct FinancialInstrumentAttributes88 {
pub ctrct_term: Option<InterestRateContractTerm1>,
pub stdstn: Option<Vec<Standardisation1Code>>,
pub pmt_frqcy: Frequency11Code,
}Fields§
§ctrct_term: Option<InterestRateContractTerm1>§stdstn: Option<Vec<Standardisation1Code>>§pmt_frqcy: Frequency11CodeImplementations§
Source§impl FinancialInstrumentAttributes88
impl FinancialInstrumentAttributes88
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for FinancialInstrumentAttributes88
impl RefUnwindSafe for FinancialInstrumentAttributes88
impl Send for FinancialInstrumentAttributes88
impl Sync for FinancialInstrumentAttributes88
impl Unpin for FinancialInstrumentAttributes88
impl UnwindSafe for FinancialInstrumentAttributes88
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