pub enum AssetClassDetailedSubProductType11Code {
CodeGOLD,
CodeOTHR,
CodePLDM,
CodePTNM,
CodeSLVR,
}Variants§
Implementations§
Source§impl AssetClassDetailedSubProductType11Code
impl AssetClassDetailedSubProductType11Code
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for AssetClassDetailedSubProductType11Code
impl RefUnwindSafe for AssetClassDetailedSubProductType11Code
impl Send for AssetClassDetailedSubProductType11Code
impl Sync for AssetClassDetailedSubProductType11Code
impl Unpin for AssetClassDetailedSubProductType11Code
impl UnwindSafe for AssetClassDetailedSubProductType11Code
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