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