pub enum FinancialInstrumentContractType1Code {
Show 13 variants
CodeCFDS,
CodeFORW,
CodeFRAS,
CodeFUTR,
CodeOPTN,
CodeOTHR,
CodeSPDB,
CodeSWAP,
CodeSWPT,
CodeFONS,
CodePSWP,
CodeFFAS,
CodeFWOS,
}Variants§
CodeCFDS
CodeFORW
CodeFRAS
CodeFUTR
CodeOPTN
CodeOTHR
CodeSPDB
CodeSWAP
CodeSWPT
CodeFONS
CodePSWP
CodeFFAS
CodeFWOS
Implementations§
Source§impl FinancialInstrumentContractType1Code
impl FinancialInstrumentContractType1Code
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for FinancialInstrumentContractType1Code
impl RefUnwindSafe for FinancialInstrumentContractType1Code
impl Send for FinancialInstrumentContractType1Code
impl Sync for FinancialInstrumentContractType1Code
impl Unpin for FinancialInstrumentContractType1Code
impl UnwindSafe for FinancialInstrumentContractType1Code
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