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