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