pub enum AssetClassDetailedSubProductType2Code {
CodeROBU,
CodeCCOA,
CodeBRWN,
CodeWHSG,
CodeOTHR,
}Variants§
Implementations§
Source§impl AssetClassDetailedSubProductType2Code
impl AssetClassDetailedSubProductType2Code
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for AssetClassDetailedSubProductType2Code
impl RefUnwindSafe for AssetClassDetailedSubProductType2Code
impl Send for AssetClassDetailedSubProductType2Code
impl Sync for AssetClassDetailedSubProductType2Code
impl Unpin for AssetClassDetailedSubProductType2Code
impl UnwindSafe for AssetClassDetailedSubProductType2Code
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