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