pub enum FinancialInstrumentProductType1Code {
CodeCEOD,
CodeCOPR,
CodeOTHR,
CodeABCP,
CodeFRNT,
CodeCACM,
CodeDPST,
}Variants§
Implementations§
Source§impl FinancialInstrumentProductType1Code
impl FinancialInstrumentProductType1Code
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for FinancialInstrumentProductType1Code
impl RefUnwindSafe for FinancialInstrumentProductType1Code
impl Send for FinancialInstrumentProductType1Code
impl Sync for FinancialInstrumentProductType1Code
impl Unpin for FinancialInstrumentProductType1Code
impl UnwindSafe for FinancialInstrumentProductType1Code
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