pub enum AssetClassDetailedSubProductType10Code {
Show 13 variants
CodeALUM,
CodeALUA,
CodeCBLT,
CodeCOPR,
CodeIRON,
CodeMOLY,
CodeNASC,
CodeNICK,
CodeSTEL,
CodeTINN,
CodeZINC,
CodeOTHR,
CodeLEAD,
}Variants§
CodeALUM
CodeALUA
CodeCBLT
CodeCOPR
CodeIRON
CodeMOLY
CodeNASC
CodeNICK
CodeSTEL
CodeTINN
CodeZINC
CodeOTHR
CodeLEAD
Implementations§
Source§impl AssetClassDetailedSubProductType10Code
impl AssetClassDetailedSubProductType10Code
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for AssetClassDetailedSubProductType10Code
impl RefUnwindSafe for AssetClassDetailedSubProductType10Code
impl Send for AssetClassDetailedSubProductType10Code
impl Sync for AssetClassDetailedSubProductType10Code
impl Unpin for AssetClassDetailedSubProductType10Code
impl UnwindSafe for AssetClassDetailedSubProductType10Code
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