pub enum AssetClassDetailedSubProductType1Code {
CodeFWHT,
CodeSOYB,
CodeRPSD,
CodeOTHR,
CodeCORN,
CodeRICE,
}Variants§
Implementations§
Source§impl AssetClassDetailedSubProductType1Code
impl AssetClassDetailedSubProductType1Code
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for AssetClassDetailedSubProductType1Code
impl RefUnwindSafe for AssetClassDetailedSubProductType1Code
impl Send for AssetClassDetailedSubProductType1Code
impl Sync for AssetClassDetailedSubProductType1Code
impl Unpin for AssetClassDetailedSubProductType1Code
impl UnwindSafe for AssetClassDetailedSubProductType1Code
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