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