pub enum InstrumentSubStructureType1Code {
Show 20 variants
CodeABSE,
CodeAIRT,
CodeAUTT,
CodeCBOB,
CodeCDOB,
CodeCLNO,
CodeCLOB,
CodeCMBS,
CodeCSMR,
CodeCRCT,
CodeHELO,
CodeLPNO,
CodePFAB,
CodePYRT,
CodeREPK,
CodeRMBS,
CodeSCBO,
CodeSTRB,
CodeSTUT,
CodeWBSE,
}Variants§
CodeABSE
CodeAIRT
CodeAUTT
CodeCBOB
CodeCDOB
CodeCLNO
CodeCLOB
CodeCMBS
CodeCSMR
CodeCRCT
CodeHELO
CodeLPNO
CodePFAB
CodePYRT
CodeREPK
CodeRMBS
CodeSCBO
CodeSTRB
CodeSTUT
CodeWBSE
Implementations§
Source§impl InstrumentSubStructureType1Code
impl InstrumentSubStructureType1Code
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for InstrumentSubStructureType1Code
impl RefUnwindSafe for InstrumentSubStructureType1Code
impl Send for InstrumentSubStructureType1Code
impl Sync for InstrumentSubStructureType1Code
impl Unpin for InstrumentSubStructureType1Code
impl UnwindSafe for InstrumentSubStructureType1Code
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